svn commit: r364560 - head/java/cacao
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 10 19:18:15 UTC 2014
Author: antoine
Date: Sun Aug 10 19:18:14 2014
New Revision: 364560
URL: http://svnweb.freebsd.org/changeset/ports/364560
QAT: https://qat.redports.org/buildarchive/r364560/
Log:
Finish stage conversion
Modified:
head/java/cacao/Makefile
head/java/cacao/pkg-plist
Modified: head/java/cacao/Makefile
==============================================================================
--- head/java/cacao/Makefile Sun Aug 10 19:03:50 2014 (r364559)
+++ head/java/cacao/Makefile Sun Aug 10 19:18:14 2014 (r364560)
@@ -17,8 +17,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/classpat
USES= gmake tar:xz
GNU_CONFIGURE= yes
-MAN1= cacao.1
-
CONFIGURE_ARGS= --disable-test-dependency-checks \
--with-java-runtime-library=gnuclasspath \
--with-java-runtime-library-prefix=${PREFIX} \
Modified: head/java/cacao/pkg-plist
==============================================================================
--- head/java/cacao/pkg-plist Sun Aug 10 19:03:50 2014 (r364559)
+++ head/java/cacao/pkg-plist Sun Aug 10 19:18:14 2014 (r364560)
@@ -1,4 +1,5 @@
bin/cacao
lib/libjvm.so
+man/man1/cacao.1.gz
%%DATADIR%%/vm.zip
@dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list