summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-07-02 20:24:27 +0000
committeradrianp <adrianp@pkgsrc.org>2007-07-02 20:24:27 +0000
commit2fb736a53a4927b2c3c37f5f28beaa95b6355d28 (patch)
tree69a3a0ab822ce0fe360682c59eba0d63ee78050b /lang/python23
parentfe4909a2c5bbbb250dd128152997c3ef0a647a72 (diff)
downloadpkgsrc-2fb736a53a4927b2c3c37f5f28beaa95b6355d28.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/python23')
-rw-r--r--lang/python23/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index ec31197bf59..855850ccd1c 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2007/07/01 00:25:53 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.36 2007/07/02 20:24:27 adrianp Exp $
#
DISTNAME= Python-2.3.5
@@ -36,7 +36,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python23/PLIST.${OPSYS}
PLIST_SRC+= ${.CURDIR}/../../lang/python23/PLIST.common_end
.if ${OPSYS} == "NetBSD"
-PRIVILEGED_STAGE+= clean
+PRIVILEGED_STAGES+= clean
.endif
.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"