aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-19 17:10:59 +0800
committerkris <kris@FreeBSD.org>2003-04-19 17:10:59 +0800
commit213953c9d4214faf644f97ef780e968b0ba4fb2b (patch)
tree4afafe49ae427e5dd615bc41e5e962594135a323 /comms
parenta000afe2292d6413aa44916cd51ec4e6b955d3ae (diff)
downloadfreebsd-ports-gnome-213953c9d4214faf644f97ef780e968b0ba4fb2b.tar.gz
freebsd-ports-gnome-213953c9d4214faf644f97ef780e968b0ba4fb2b.tar.zst
freebsd-ports-gnome-213953c9d4214faf644f97ef780e968b0ba4fb2b.zip
Install sample cf file mode 640, not 660
Diffstat (limited to 'comms')
-rw-r--r--comms/qpage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index 4573a428edaa..ba77b0f8a87e 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -26,7 +26,7 @@ post-install:
fi
@if [ ! -f ${PREFIX}/etc/qpage-example.cf ]; then \
${ECHO} "Install ${PREFIX}/etc/qpage-example.cf file."; \
- ${INSTALL_SCRIPT} -m 660 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \
+ ${INSTALL_SCRIPT} -m 640 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \
${PREFIX}/etc/qpage-example.cf; \
fi