aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-09 20:12:02 +0800
committerClive Lin <clive@FreeBSD.org>2001-01-09 20:12:02 +0800
commita5f45fba473a8187c5228f50a4959844d2d65854 (patch)
tree7b72be6c4c13ed8c6d4da28c33195bb1285f90e5 /www
parentc80b35ad723cb82f79015a41269cae0bdba7715f (diff)
downloadfreebsd-ports-a5f45fba473a8187c5228f50a4959844d2d65854.tar.gz
freebsd-ports-a5f45fba473a8187c5228f50a4959844d2d65854.tar.zst
freebsd-ports-a5f45fba473a8187c5228f50a4959844d2d65854.zip
Add a forgotten chmod +x.
Notes
Notes: svn path=/head/; revision=36994
Diffstat (limited to 'www')
-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>