From 556f521955a75f2992659cbe348c0696366e266e Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 8 Aug 2000 18:10:52 +0000 Subject: Fix a type in the installation target PR: ports/20486 Submitted by: thomas@hentschel.net --- www/zope211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/zope211') diff --git a/www/zope211/Makefile b/www/zope211/Makefile index b1927d5fdc1b..2ff2f49e58ab 100644 --- a/www/zope211/Makefile +++ b/www/zope211/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 ; \ -- cgit v1.2.3