summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2005-12-10 02:51:35 +0000
committertaca <taca>2005-12-10 02:51:35 +0000
commit4c8f29557f3b5c339806f38de9f2c75c6d94086f (patch)
treeb797720023b31160ab418f1e52f43a1cfd08a1f2
parentace2f55dc26369d3106fa2bc7679b28f2bdf8f43 (diff)
downloadpkgsrc-4c8f29557f3b5c339806f38de9f2c75c6d94086f.tar.gz
Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
-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}