diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-28 18:55:15 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-28 18:55:15 +0000 |
commit | a7a67f9b3d511ba21e0474ef760b8b83afabbeca (patch) | |
tree | 24ac56752f441ab91477f24fe3f93ab6aef3c0f0 /www/zope/Makefile | |
parent | 750c3517cfeb774f43f7960b3ae25cb6f6ab3876 (diff) | |
download | ports-a7a67f9b3d511ba21e0474ef760b8b83afabbeca.tar.gz ports-a7a67f9b3d511ba21e0474ef760b8b83afabbeca.zip |
Notes
Diffstat (limited to 'www/zope/Makefile')
-rw-r--r-- | www/zope/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 7644f812ba56..4d3546bd0c1d 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -135,9 +135,9 @@ do-install: -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${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." + < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh.sample + @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh.sample + @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh.sample." @${CAT} ${FILESDIR}/Message @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." |