aboutsummaryrefslogtreecommitdiff
path: root/java/java-getopt
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-12-21 11:37:49 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-12-21 11:37:49 +0000
commit8b64760e5e43630019eefa5b760fb5d9ac61bf7d (patch)
tree1a196dabe6a7520dd1c2401b10559ee980d44d18 /java/java-getopt
parentbda678fa1c336c0c60f6541c40ab5d3b11fd7d68 (diff)
downloadports-8b64760e5e43630019eefa5b760fb5d9ac61bf7d.tar.gz
ports-8b64760e5e43630019eefa5b760fb5d9ac61bf7d.zip
- Fix a typo. [1]
- Reset mantainership. PR: ports/129738 Submitted by: amdmi3
Notes
Notes: svn path=/head/; revision=224520
Diffstat (limited to 'java/java-getopt')
-rw-r--r--java/java-getopt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile
index 8fcd3e31db41..4f4871ce4e29 100644
--- a/java/java-getopt/Makefile
+++ b/java/java-getopt/Makefile
@@ -7,13 +7,13 @@
PORTNAME= getopt
PORTVERSION= 1.0.13
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= ftp://ftp.urbanophile.com/pub/arenn/software/sources/
PKGNAMEPREFIX= java-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-MAINTAINER= araujo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Java version of GNU getopt family functions
USE_JAVA= yes
@@ -26,7 +26,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
.if !defined(NOPORTDOCS)
OTHERDOCS= COPYING.LIB ChangeLog README
PORTDOCS= api ${OTHERDOCS}
-ALL_TARGETS+= javadoc
+ALL_TARGET+= javadoc
.endif
post-extract: