diff options
Diffstat (limited to 'www/eventum')
-rw-r--r-- | www/eventum/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/eventum/Makefile b/www/eventum/Makefile index d9b846536c7e..cb5ce261960f 100644 --- a/www/eventum/Makefile +++ b/www/eventum/Makefile @@ -27,6 +27,5 @@ do-install: @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} ${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 ${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |