mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use MAKE_CMD
This commit is contained in:
parent
8e331726f7
commit
2394a6ac6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359166
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue