diff options
author | pav <pav@FreeBSD.org> | 2006-05-22 05:56:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-22 05:56:25 +0800 |
commit | db03803c4e34337f571cc3c972b5041a930b339f (patch) | |
tree | f6541270744e6fabf5a54f761398f8e623a68f6f /www/phpwebapp | |
parent | 4760b2d9a64d871b921f27ab8eb8a0d99f0abc60 (diff) | |
download | freebsd-ports-graphics-db03803c4e34337f571cc3c972b5041a930b339f.tar.gz freebsd-ports-graphics-db03803c4e34337f571cc3c972b5041a930b339f.tar.zst freebsd-ports-graphics-db03803c4e34337f571cc3c972b5041a930b339f.zip |
- Fix plist after recent php changes
Diffstat (limited to 'www/phpwebapp')
-rw-r--r-- | www/phpwebapp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/phpwebapp/Makefile b/www/phpwebapp/Makefile index 7e46224f216..171ce926845 100644 --- a/www/phpwebapp/Makefile +++ b/www/phpwebapp/Makefile @@ -27,5 +27,6 @@ do-install: ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PHPWEBAPP} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + @${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.mk> |