diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-02 20:24:27 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-02 20:24:27 +0000 |
commit | 4d6df9e358e3398c333e6e21755791e3aae82eaf (patch) | |
tree | 69a3a0ab822ce0fe360682c59eba0d63ee78050b /lang/python20/Makefile | |
parent | 0504529e498a1cef000acdb48bcf9a7682efef42 (diff) | |
download | pkgsrc-4d6df9e358e3398c333e6e21755791e3aae82eaf.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/Makefile')
-rw-r--r-- | lang/python20/Makefile | 4 |
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" |