git: 6f31c43fd5e4 - main - games/flightgear-aircraft: switch from @exec to @preexec
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Aug 26 15:52:26 UTC 2021
The branch main has been updated by martymac:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f31c43fd5e473533bdbeec5769897df53bbeb6a
commit 6f31c43fd5e473533bdbeec5769897df53bbeb6a
Author: Ganael LAPLANCHE <martymac at FreeBSD.org>
AuthorDate: 2021-08-26 15:50:22 +0000
Commit: Ganael LAPLANCHE <martymac at FreeBSD.org>
CommitDate: 2021-08-26 15:50:22 +0000
games/flightgear-aircraft: switch from @exec to @preexec
---
games/flightgear-aircraft/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/flightgear-aircraft/Makefile b/games/flightgear-aircraft/Makefile
index 7963de178220..323a7b496f8c 100644
--- a/games/flightgear-aircraft/Makefile
+++ b/games/flightgear-aircraft/Makefile
@@ -74,7 +74,7 @@ pre-install:
@${RM} ${PLIST}
@cd ${WRKSRC} && \
${FIND} * -type d -empty | ${SORT} \
- | ${SED} -e 's|^|@exec ${MKDIR} %D/share/flightgear/Aircraft/|' >> ${PLIST} && \
+ | ${SED} -e 's|^|@preexec ${MKDIR} %D/share/flightgear/Aircraft/|' >> ${PLIST} && \
${FIND} * -type f | ${SORT} \
| ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
${FIND} * -type d -empty | ${SORT} -r \
More information about the dev-commits-ports-all
mailing list