summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-19 23:29:23 +0000
committerkris <kris@FreeBSD.org>2003-04-19 23:29:23 +0000
commit76b79508b13f8ab9fc5e9f81312bc06489f89e08 (patch)
tree5d5e7385780197b57f3d84fc049d650970fb9982
parent5c6883b03aaeb964c92c4fb320d5aed6137c0554 (diff)
downloadFreeBSD-ports-76b79508b13f8ab9fc5e9f81312bc06489f89e08.zip
FreeBSD-ports-76b79508b13f8ab9fc5e9f81312bc06489f89e08.tar.gz
Install config files mode 644, not 666 (!). Bump PORTREVISION.
-rw-r--r--www/postnuke/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile
index 6027ee0..8423f95 100644
--- a/www/postnuke/Makefile
+++ b/www/postnuke/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postnuke
PORTVERSION= 0.714
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= post-nuke
@@ -48,7 +49,7 @@ do-install:
@${CP} -Rp ${WRKSRC}/html ${WRKSRC}/sql ${PREFIX}/${NUKEDIR}
post-install:
- @${CHMOD} 666 ${PREFIX}/${NUKEDIR}/html/config*.php
+ @${CHMOD} 644 ${PREFIX}/${NUKEDIR}/html/config*.php
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}
OpenPOWER on IntegriCloud