summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-07-02 20:24:27 +0000
committeradrianp <adrianp>2007-07-02 20:24:27 +0000
commit3b14d64431e23776087c13ed9903624e65da4baa (patch)
tree69a3a0ab822ce0fe360682c59eba0d63ee78050b /lang/python22
parentb18bd0dc8c4747e8008c8a216fa6ab3be814ac70 (diff)
downloadpkgsrc-3b14d64431e23776087c13ed9903624e65da4baa.tar.gz
s/PRIVILEGED_STAGE/PRIVILEGED_STAGES/g as it could refer to multiple
stages in the future. Suggested by rillig@
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 95cd2499d6d..1e09614475d 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2007/07/01 00:21:53 adrianp Exp $
+# $NetBSD: Makefile,v 1.36 2007/07/02 20:24:27 adrianp Exp $
#
DISTNAME= Python-2.2.3
@@ -34,7 +34,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.${OPSYS}
PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.common_end
.if ${OPSYS} == "NetBSD"
-PRIVILEGED_STAGE+= clean
+PRIVILEGED_STAGES+= clean
.endif
.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"