svn commit: r359166 - head/devel/fsmgenerator

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:48:24 UTC 2014


Author: bapt
Date: Tue Jun 24 22:48:23 2014
New Revision: 359166
URL: http://svnweb.freebsd.org/changeset/ports/359166
QAT: https://qat.redports.org/buildarchive/r359166/

Log:
  Use MAKE_CMD

Modified:
  head/devel/fsmgenerator/Makefile

Modified: head/devel/fsmgenerator/Makefile
==============================================================================
--- head/devel/fsmgenerator/Makefile	Tue Jun 24 22:48:03 2014	(r359165)
+++ head/devel/fsmgenerator/Makefile	Tue Jun 24 22:48:23 2014	(r359166)
@@ -19,7 +19,7 @@ PLIST_FILES=	bin/fsmgenerator
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} \
-		${REINPLACE_CMD} -e "s|make$$|${GMAKE}|" \
+		${REINPLACE_CMD} -e "s|make$$|${MAKE_CMD}|" \
 			-e "/^RCFLAGS/ s|=|= ${CFLAGS}|" \
 			-e "s|/usr/local|${STAGEDIR}${PREFIX}|" \
 			-e "s|gcc|${CC}|g"


More information about the svn-ports-head mailing list