diff options
author | adrianp <adrianp> | 2007-07-01 00:10:18 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-07-01 00:10:18 +0000 |
commit | 6b9137b7947a603494b57a37d9c4f18c9277491d (patch) | |
tree | 6f8fd6a384fd8e5fbf158fdff43ec66cef9b7b16 /lang/python24 | |
parent | 7f5911e211388d9660938832fd7b0b823f122f71 (diff) | |
download | pkgsrc-6b9137b7947a603494b57a37d9c4f18c9277491d.tar.gz |
Add PRIVILEGED_STAGE+= clean (NetBSD only)
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 985468ee945..f7a4dfe3d6a 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/06/15 21:08:41 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.34 2007/07/01 00:10:18 adrianp Exp $ DISTNAME= Python-2.4.4 PKGNAME= python24-2.4.4 @@ -12,6 +12,7 @@ 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 @@ -43,6 +44,10 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.${OPSYS} .endif PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.common_end +.if ${OPSYS} == "NetBSD" +PRIVILEGED_STAGE+= clean +.endif + .if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" PY_PLATNAME= ${LOWER_OPSYS} USE_TOOLS+= gmake |