diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-09 02:10:52 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-09 02:10:52 +0800 |
commit | d9e4c0fc33b77bd27a8f7c9c679b5abdb7bdf33d (patch) | |
tree | d2849cb8b8437ff9997581327ef73a7ea13a1f76 /www/zope211 | |
parent | ae8e8df06c1d44000c40deff155b37f9aeedc49d (diff) | |
download | freebsd-ports-gnome-d9e4c0fc33b77bd27a8f7c9c679b5abdb7bdf33d.tar.gz freebsd-ports-gnome-d9e4c0fc33b77bd27a8f7c9c679b5abdb7bdf33d.tar.zst freebsd-ports-gnome-d9e4c0fc33b77bd27a8f7c9c679b5abdb7bdf33d.zip |
Fix a type in the installation target
PR: ports/20486
Submitted by: thomas@hentschel.net
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 ; \ |