aboutsummaryrefslogtreecommitdiffstats
path: root/www/pnews
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-22 05:56:25 +0800
committerpav <pav@FreeBSD.org>2006-05-22 05:56:25 +0800
commitdb03803c4e34337f571cc3c972b5041a930b339f (patch)
treef6541270744e6fabf5a54f761398f8e623a68f6f /www/pnews
parent4760b2d9a64d871b921f27ab8eb8a0d99f0abc60 (diff)
downloadfreebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.tar.gz
freebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.tar.zst
freebsd-ports-gnome-db03803c4e34337f571cc3c972b5041a930b339f.zip
- Fix plist after recent php changes
Diffstat (limited to 'www/pnews')
-rw-r--r--www/pnews/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/pnews/Makefile b/www/pnews/Makefile
index f0c68d4d7916..d46a14fcd9a4 100644
--- a/www/pnews/Makefile
+++ b/www/pnews/Makefile
@@ -30,5 +30,6 @@ do-install:
${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${PNEWSDIR} -type d | ${SORT} -r | \
${SED} -e "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST}
.include <bsd.port.mk>