diff options
author | taca <taca@pkgsrc.org> | 2006-09-09 05:02:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-09-09 05:02:35 +0000 |
commit | b3657075b73a8906967911206e1a16f0c3f39ba5 (patch) | |
tree | 3e9fe8b0bf163c739c7107faaebf006fc56df997 /www/zope29 | |
parent | 60f2f0799644ae46cdbb7901b5ef6a8ccd7b0e08 (diff) | |
download | pkgsrc-b3657075b73a8906967911206e1a16f0c3f39ba5.tar.gz |
Fix RCD_SCRIPTS; drop ".sh" suffixes.
Bump PKGREVISION.
Diffstat (limited to 'www/zope29')
-rw-r--r-- | www/zope29/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 0e56a92d7a5..7e082fc1e12 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/09/09 02:46:09 obache Exp $ +# $NetBSD: Makefile,v 1.6 2006/09/09 05:02:35 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-2.9.4-final PKGNAME= zope-2.9.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PKGVERSION}/ EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml DIST_SUBDIR= zope PYTHON_VERSIONS_ACCEPTED= 24 -RCD_SCRIPTS= ${PKGBASE}29.sh zeo29.sh +RCD_SCRIPTS= ${PKGBASE}29 zeo29 # Change these, if you like, via the environment. ZOPE_USER?= www |