diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-08 18:10:52 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-08 18:10:52 +0000 |
commit | 556f521955a75f2992659cbe348c0696366e266e (patch) | |
tree | a996f792cf6470be37f1b13b9d181ba7185d0cce /www/zope211 | |
parent | c7e5dc01a316a8b891acf15eb42c99842df0be08 (diff) | |
download | ports-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/zope211')
-rw-r--r-- | www/zope211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; \ |