diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/bk2site/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bk2site/Makefile b/www/bk2site/Makefile index 422837dd2847..ee4ee5995551 100644 --- a/www/bk2site/Makefile +++ b/www/bk2site/Makefile @@ -55,6 +55,7 @@ post-install: ${CP} ${WRKSRC}/*.html ${PREFIX}/etc/${PORTNAME} ${CP} ${WRKSRC}/*.gif ${PREFIX}/${ICONSDIR} ${CP} ${WRKSRC}/*.pl ${PREFIX}/${CGIDIR} + ${CHMOD} +x ${PREFIX}/${CGIDIR}/*.pl @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |