aboutsummaryrefslogtreecommitdiff
path: root/www/zope210
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-08 18:10:52 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-08-08 18:10:52 +0000
commit556f521955a75f2992659cbe348c0696366e266e (patch)
treea996f792cf6470be37f1b13b9d181ba7185d0cce /www/zope210
parentc7e5dc01a316a8b891acf15eb42c99842df0be08 (diff)
downloadports-556f521955a75f2992659cbe348c0696366e266e.tar.gz
ports-556f521955a75f2992659cbe348c0696366e266e.zip
Fix a type in the installation target
PR: ports/20486 Submitted by: thomas@hentschel.net
Notes
Notes: svn path=/head/; revision=31427
Diffstat (limited to 'www/zope210')
-rw-r--r--www/zope210/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index b1927d5fdc1b..2ff2f49e58ab 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/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 ; \