diff options
Diffstat (limited to 'www/pnews')
-rw-r--r-- | www/pnews/Makefile | 1 |
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> |