diff options
author | taca <taca@pkgsrc.org> | 2005-12-10 02:51:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-12-10 02:51:35 +0000 |
commit | 0bc9ae1ed5bfc8ee03340a3e51eecacc1ad99288 (patch) | |
tree | b797720023b31160ab418f1e52f43a1cfd08a1f2 /www/zope3 | |
parent | 00a0834774bdb5a2648c1a1d48adf01d41b47c25 (diff) | |
download | pkgsrc-0bc9ae1ed5bfc8ee03340a3e51eecacc1ad99288.tar.gz |
Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
Diffstat (limited to 'www/zope3')
-rw-r--r-- | www/zope3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope3/Makefile b/www/zope3/Makefile index 34847b4165e..d8b754fb0b6 100644 --- a/www/zope3/Makefile +++ b/www/zope3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/02 06:26:27 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/10 02:51:35 taca Exp $ # DISTNAME= Zope-3.1.0 @@ -33,7 +33,7 @@ ZOPE3_USER?= zope3 PKG_GROUPS= ${ZOPE3_GROUP} PKG_USERS= ${ZOPE3_USER}:${ZOPE3_GROUP}::Zope3\ user -PYTHON_VERSION_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 23 MESSAGE_SUBST+= ZOPE3_USER=${ZOPE3_USER} ZOPE3_GROUP=${ZOPE3_GROUP} \ VARBASE=${VARBASE} |