svn commit: r317116 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 2 14:09:21 UTC 2013
Author: bapt
Date: Thu May 2 14:09:21 2013
New Revision: 317116
URL: http://svnweb.freebsd.org/changeset/ports/317116
Log:
Do bmake complaining about non-zero return, while here stop hardcoding make
Modified:
head/Mk/bsd.gnustep.mk
Modified: head/Mk/bsd.gnustep.mk
==============================================================================
--- head/Mk/bsd.gnustep.mk Thu May 2 14:07:31 2013 (r317115)
+++ head/Mk/bsd.gnustep.mk Thu May 2 14:09:21 2013 (r317116)
@@ -542,7 +542,7 @@ do-install:
.endif
.if !defined(GNUSTEP_WITH_BASE_GCC)
-TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V TARGLIB)
+TARGLIB!= ${MAKE} -C ${PORTSDIR}/${GNUSTEP_GCC_PORT} -V TARGLIB
.endif
.endif
More information about the svn-ports-head
mailing list