summaryrefslogtreecommitdiff
path: root/www/zope3/Makefile
diff options
context:
space:
mode:
authortaca <taca>2005-12-10 02:51:35 +0000
committertaca <taca>2005-12-10 02:51:35 +0000
commitc5a24610590593419f32cff27df25f2d5187d766 (patch)
treeb797720023b31160ab418f1e52f43a1cfd08a1f2 /www/zope3/Makefile
parent96965602e2be76e33eb4b92ea2ff0890d1569d13 (diff)
downloadpkgsrc-c5a24610590593419f32cff27df25f2d5187d766.tar.gz
Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
Diffstat (limited to 'www/zope3/Makefile')
-rw-r--r--www/zope3/Makefile4
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}