aboutsummaryrefslogtreecommitdiff
path: root/www/zope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope/Makefile')
-rw-r--r--www/zope/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index b1927d5fdc1b..2ff2f49e58ab 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -64,7 +64,7 @@ do-install: #
${ECHO} "===> therein and incorporate them to your apache.conf." ; \
${ECHO} "===> Creating rc startup file for Zope-${PORTVERSION}..." ; \
${SED} -e "s|%%ZOPEBASEDIR%%|${ZOPEBASEDIR}|g" -e "s|%%CGI_BIN_DIR%%|${CGI_BIN_DIR}|g" \
- < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc.rc.d/zope.sh; \
+ < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh; \
${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh ; \
${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." ; \
${CAT} ${FILESDIR}/Message ; \