summaryrefslogtreecommitdiff
path: root/www/bk2site
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-09 12:12:02 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-09 12:12:02 +0000
commita5f45fba473a8187c5228f50a4959844d2d65854 (patch)
tree7b72be6c4c13ed8c6d4da28c33195bb1285f90e5 /www/bk2site
parentAdd ruby-ssl, an SSL socket module for Ruby. (diff)
Add a forgotten chmod +x.
Notes
Notes: svn path=/head/; revision=36994
Diffstat (limited to 'www/bk2site')
-rw-r--r--www/bk2site/Makefile1
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>