svn commit: r315700 - head/lang/kawa

Pietro Cerutti gahr at FreeBSD.org
Wed Apr 3 10:39:29 UTC 2013


Author: gahr
Date: Wed Apr  3 10:39:28 2013
New Revision: 315700
URL: http://svnweb.freebsd.org/changeset/ports/315700

Log:
  - Fix build on pointyhat by making the regression-test target
    depend on build, instead of install. This avoids having PREFIX
    populated prior to install target.
  
  Reported by:	miwi
  Approved by:	portmgr

Modified:
  head/lang/kawa/Makefile

Modified: head/lang/kawa/Makefile
==============================================================================
--- head/lang/kawa/Makefile	Wed Apr  3 08:37:47 2013	(r315699)
+++ head/lang/kawa/Makefile	Wed Apr  3 10:39:28 2013	(r315700)
@@ -32,7 +32,7 @@ pre-patch:
 	@${REINPLACE_CMD} -e 's|{JAVAC-javac}|{JAVAC-${JAVAC}}|g;' \
 		-e 's|{JAVA-java}|{JAVA-${JAVA}}|g;' ${WRKSRC}/configure
 
-regression-test: install
+regression-test: build
 	cd ${WRKSRC} && ${GMAKE} check
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list