diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 16:50:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 16:50:48 +0800 |
commit | d2ebc1c0b3e588f89ed0d652b8dc76146fdb5e24 (patch) | |
tree | 064a3f88d93c092ebac40ce2755f02a228c9c985 /www | |
parent | 2b92f8c1902089b461cd31b53a792492115ac2e5 (diff) | |
download | freebsd-ports-gnome-d2ebc1c0b3e588f89ed0d652b8dc76146fdb5e24.tar.gz freebsd-ports-gnome-d2ebc1c0b3e588f89ed0d652b8dc76146fdb5e24.tar.zst freebsd-ports-gnome-d2ebc1c0b3e588f89ed0d652b8dc76146fdb5e24.zip |
- With USE_RC_SUBR, there's no need to install scripts by hand
PR: ports/92251
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/zope28/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile index 0079e2d24f4c..f16b81d76727 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -68,9 +68,6 @@ post-patch: ${WRKSRC}/configure post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}28.sh ${PREFIX}/etc/rc.d - ${INSTALL_SCRIPT} ${WRKDIR}/zeo28.sh ${PREFIX}/etc/rc.d - ${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \ ${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in |