diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-10 06:25:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-10 06:25:56 +0000 |
commit | d04570bd0ecda63008d422b8312860e142dd297f (patch) | |
tree | 57cbe080705abeeae44f845df835a47164928004 /java | |
parent | Support stage (diff) |
Fix
Notes
Notes:
svn path=/head/; revision=350775
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 1804a0115934..807efcef4b12 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -77,7 +77,7 @@ PLIST_SUB+= GCONF="@comment " ANTLR_JAR= antlr-2.7.7.jar MASTER_SITES+= http://www.antlr2.org/download/:antlr DISTFILES+= ${ANTLR_JAR}:antlr -PLIST_FILES+= man/man1/gjdoc.1 +PLIST_FILES+= man/man1/gjdoc.1.gz CONFIGURE_ARGS+= --with-antlr-jar=${DISTDIR}/${ANTLR_JAR} PLIST_SUB+= GJDOC="" .else |