svn commit: r350775 - head/java/classpath

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 10 06:25:56 UTC 2014


Author: bapt
Date: Thu Apr 10 06:25:56 2014
New Revision: 350775
URL: http://svnweb.freebsd.org/changeset/ports/350775
QAT: https://qat.redports.org/buildarchive/r350775/

Log:
  Fix

Modified:
  head/java/classpath/Makefile

Modified: head/java/classpath/Makefile
==============================================================================
--- head/java/classpath/Makefile	Thu Apr 10 06:25:11 2014	(r350774)
+++ head/java/classpath/Makefile	Thu Apr 10 06:25:56 2014	(r350775)
@@ -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


More information about the svn-ports-all mailing list