Use MAKE_CMD

This commit is contained in:
Baptiste Daroussin 2014-06-24 22:48:23 +00:00
parent 8e331726f7
commit 2394a6ac6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359166

View file

@ -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"