diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2007-05-30 10:38:45 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2007-05-30 10:38:45 +0000 |
commit | 751d09e4735f5d94effc3e777fa9f647827a4127 (patch) | |
tree | 4c3e6882f9433e7652faf6b6c6522b62ddadd1c8 /java/java-getopt | |
parent | fb6d3dd927eea4669899e8c89ecfe543f90b0f3e (diff) |
Fix a DISTNAME glitch introduced by the X.org upgrade.
Notes
Notes:
svn path=/head/; revision=192391
Diffstat (limited to 'java/java-getopt')
-rw-r--r-- | java/java-getopt/Makefile | 2 | ||||
-rw-r--r-- | java/java-getopt/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index f08b2fc6cd1e..fa3140c45f46 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -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 diff --git a/java/java-getopt/distinfo b/java/java-getopt/distinfo index fdec9a90fe69..904aa21e09d6 100644 --- a/java/java-getopt/distinfo +++ b/java/java-getopt/distinfo @@ -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 |