git: b3ea1f261c81 - main - games/flightgear-mb339-pan: switch from @exec to @preexec
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Aug 26 15:52:29 UTC 2021
The branch main has been updated by martymac:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ea1f261c8198d70f5cb2d6903887586d387d9c
commit b3ea1f261c8198d70f5cb2d6903887586d387d9c
Author: Ganael LAPLANCHE <martymac at FreeBSD.org>
AuthorDate: 2021-08-26 15:51:55 +0000
Commit: Ganael LAPLANCHE <martymac at FreeBSD.org>
CommitDate: 2021-08-26 15:51:55 +0000
games/flightgear-mb339-pan: switch from @exec to @preexec
---
games/flightgear-mb339-pan/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/flightgear-mb339-pan/Makefile b/games/flightgear-mb339-pan/Makefile
index d90ff4be3577..242454246149 100644
--- a/games/flightgear-mb339-pan/Makefile
+++ b/games/flightgear-mb339-pan/Makefile
@@ -34,7 +34,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