diff options
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 7e46224f2168..171ce926845b 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> |