Fix a DISTNAME glitch introduced by the X.org upgrade.
This commit is contained in:
parent
fb6d3dd927
commit
751d09e473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192391
2 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ PORTREVISION= 1
|
|||
CATEGORIES= java devel
|
||||
MASTER_SITES= ftp://ftp.urbanophile.com/pub/arenn/software/sources/
|
||||
PKGNAMEPREFIX= java-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= araujo@bsdmail.org
|
||||
COMMENT= Java version of GNU getopt family functions
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (getopt-1.0.13.tar.gz) = 46336d9bc055900f0320e5c378d7bfb2
|
||||
SHA256 (getopt-1.0.13.tar.gz) = 106edfea5056112bc88bd3691b6b145d6f50aa3e8ad0bf0b4f23fffcf2c45975
|
||||
SIZE (getopt-1.0.13.tar.gz) = 45759
|
||||
MD5 (java-getopt-1.0.13.tar.gz) = 46336d9bc055900f0320e5c378d7bfb2
|
||||
SHA256 (java-getopt-1.0.13.tar.gz) = 106edfea5056112bc88bd3691b6b145d6f50aa3e8ad0bf0b4f23fffcf2c45975
|
||||
SIZE (java-getopt-1.0.13.tar.gz) = 45759
|
||||
|
|
Loading…
Reference in a new issue