aboutsummaryrefslogtreecommitdiff
path: root/java/java-getopt
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-12-23 17:35:23 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-12-23 17:35:23 +0000
commite43d633a6f8497a2c282629c9ce82d8549e6498b (patch)
tree4b3fa8ed67f209894b7b50788a2fecb458503ffc /java/java-getopt
parent16bc6d6125f6e7c84319c11e0b7e6ab9f3225f6e (diff)
downloadports-e43d633a6f8497a2c282629c9ce82d8549e6498b.tar.gz
ports-e43d633a6f8497a2c282629c9ce82d8549e6498b.zip
- I forgot to fix a typo in last commit.
- Bump PORTREVISION. PR: ports/129738 Submitted by: amdmi3 Reported by: pointyhat via erwin, pav
Notes
Notes: svn path=/head/; revision=224644
Diffstat (limited to 'java/java-getopt')
-rw-r--r--java/java-getopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile
index 4f4871ce4e29..9067723f329f 100644
--- a/java/java-getopt/Makefile
+++ b/java/java-getopt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= getopt
PORTVERSION= 1.0.13
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= ftp://ftp.urbanophile.com/pub/arenn/software/sources/
PKGNAMEPREFIX= java-
@@ -18,7 +18,7 @@ COMMENT= Java version of GNU getopt family functions
USE_JAVA= yes
USE_ANT= yes
-ALL_TARGETS= jar
+ALL_TARGET= jar
NO_WRKSUBDIR= yes