diff options
-rw-r--r-- | comms/qpage/Makefile | 2 |
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 |