diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-09 12:12:02 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-09 12:12:02 +0000 |
commit | a5f45fba473a8187c5228f50a4959844d2d65854 (patch) | |
tree | 7b72be6c4c13ed8c6d4da28c33195bb1285f90e5 /www/bk2site | |
parent | c80b35ad723cb82f79015a41269cae0bdba7715f (diff) | |
download | ports-a5f45fba473a8187c5228f50a4959844d2d65854.tar.gz ports-a5f45fba473a8187c5228f50a4959844d2d65854.zip |
Add a forgotten chmod +x.
Notes
Notes:
svn path=/head/; revision=36994
Diffstat (limited to 'www/bk2site')
-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> |