Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 15:52:26 GMT
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f31c43fd5e4 - main - games/flightgear-aircraft: switch from @exec to @preexec
Message-ID:  <202108261552.17QFqQc1089336@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f31c43fd5e473533bdbeec5769897df53bbeb6a

commit 6f31c43fd5e473533bdbeec5769897df53bbeb6a
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2021-08-26 15:50:22 +0000
Commit:     Ganael LAPLANCHE <martymac@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108261552.17QFqQc1089336>