summaryrefslogtreecommitdiff
path: root/lang/python20
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/python20
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/python20')
-rw-r--r--lang/python20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 6e5c23e1847..e45c7d26ce7 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/07/01 00:17:01 adrianp Exp $
+# $NetBSD: Makefile,v 1.34 2007/07/02 20:24:27 adrianp Exp $
#
DISTNAME= Python-2.0.1
@@ -41,7 +41,7 @@ FIX_RPATH+= SSLFLAGS
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-PRIVILEGED_STAGE+= clean
+PRIVILEGED_STAGES+= clean
.endif
.if ${OPSYS} == "SunOS"