git: 3b11417137ce - main - devel/pear-Horde_Role: replace @unexec with @postunexec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 14:43:32 UTC
The branch main has been updated by tz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3b11417137ce966b7fd56f44f880240bded38cc4
commit 3b11417137ce966b7fd56f44f880240bded38cc4
Author: Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2026-03-23 20:12:30 +0000
Commit: Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2026-03-25 14:43:01 +0000
devel/pear-Horde_Role: replace @unexec with @postunexec
PR: 266954
---
devel/pear-Horde_Role/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/pear-Horde_Role/Makefile b/devel/pear-Horde_Role/Makefile
index c97e4f3ab726..ac8580b979dd 100644
--- a/devel/pear-Horde_Role/Makefile
+++ b/devel/pear-Horde_Role/Makefile
@@ -14,7 +14,7 @@ post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${HORDE_DIR}
@${TOUCH} ${STAGEDIR}${PREFIX}/${HORDE_DIR}/.keep_me
@${ECHO_CMD} "${HORDE_DIR}/.keep_me" >> ${TMPPLIST}
- @${ECHO_CMD} "@unexec rmdir %D/${HORDE_DIR} 2>/dev/null || true" >> \
+ @${ECHO_CMD} "@postunexec rmdir %D/${HORDE_DIR} 2>/dev/null || true" >> \
${TMPPLIST}
.include <bsd.port.mk>