aboutsummaryrefslogtreecommitdiffstats
path: root/www/postnuke
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-20 07:29:23 +0800
committerkris <kris@FreeBSD.org>2003-04-20 07:29:23 +0800
commit76b79508b13f8ab9fc5e9f81312bc06489f89e08 (patch)
tree5d5e7385780197b57f3d84fc049d650970fb9982 /www/postnuke
parent5c6883b03aaeb964c92c4fb320d5aed6137c0554 (diff)
downloadfreebsd-ports-gnome-76b79508b13f8ab9fc5e9f81312bc06489f89e08.tar.gz
freebsd-ports-gnome-76b79508b13f8ab9fc5e9f81312bc06489f89e08.tar.zst
freebsd-ports-gnome-76b79508b13f8ab9fc5e9f81312bc06489f89e08.zip
Install config files mode 644, not 666 (!). Bump PORTREVISION.
Diffstat (limited to 'www/postnuke')
-rw-r--r--www/postnuke/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile
index 6027ee07e8d1..8423f9541fc9 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}