summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-07-02 20:24:27 +0000
committeradrianp <adrianp>2007-07-02 20:24:27 +0000
commit9825cbe7bcde0ce94fab5a45eab814d2a3d3fd75 (patch)
tree69a3a0ab822ce0fe360682c59eba0d63ee78050b /lang/python24
parent0692e63ad8a34b4ca2d82dacd8e747d5d0b5642a (diff)
downloadpkgsrc-9825cbe7bcde0ce94fab5a45eab814d2a3d3fd75.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/python24')
-rw-r--r--lang/python24/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index f7a4dfe3d6a..d81711201e2 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2007/07/01 00:10:18 adrianp Exp $
+# $NetBSD: Makefile,v 1.35 2007/07/02 20:24:28 adrianp Exp $
DISTNAME= Python-2.4.4
PKGNAME= python24-2.4.4
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
PKG_DESTDIR_SUPPORT= user-destdir
-PRIVILEGED_STAGE+= clean
# Remember to update pkgsrc/lang/python/srcdist.mk when version changes
@@ -45,7 +44,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.${OPSYS}
PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.common_end
.if ${OPSYS} == "NetBSD"
-PRIVILEGED_STAGE+= clean
+PRIVILEGED_STAGES+= clean
.endif
.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"