git: 048acca7efcd - main - www/punbb: Avoid using @exec/@unexec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 12:30:10 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=048acca7efcde83afc487a21d51456887ed39bf0
commit 048acca7efcde83afc487a21d51456887ed39bf0
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-18 12:28:47 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-18 12:29:53 +0000
www/punbb: Avoid using @exec/@unexec
Approved by: portmgr (blanket)
---
www/punbb/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/punbb/Makefile b/www/punbb/Makefile
index 3a108c22367e..bf8163b0eaab 100644
--- a/www/punbb/Makefile
+++ b/www/punbb/Makefile
@@ -121,6 +121,6 @@ do-install:
${UNZIP_CMD} -o ${DISTDIR}/${i} -d ${STAGEDIR}${WWWDIR}/plugins
.endfor
- @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
+ @${ECHO_CMD} '@postexec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
.include <bsd.port.mk>