mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- ${FFLAGS} might contain commas
Reported by: pointyhat
This commit is contained in:
parent
a776a8b856
commit
13b0de982b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283344
@ -46,7 +46,7 @@ post-extract:
|
||||
${CHMOD} -R u+w ${WRKDIR}/tinker
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,%%FFLAGS%%,${FFLAGS},g' ${WRKSRC}/../make/Makefile
|
||||
@${REINPLACE_CMD} -e 's|%%FFLAGS%%|${FFLAGS}|g' ${WRKSRC}/../make/Makefile
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}/params
|
||||
|
Loading…
Reference in New Issue
Block a user