Fix a DISTNAME glitch introduced by the X.org upgrade.

This commit is contained in:
Palle Girgensohn 2007-05-30 10:38:45 +00:00
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

View file

@ -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

View file

@ -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