diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-01 00:10:18 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-01 00:10:18 +0000 |
commit | ecedaf57d53ce46399c98262f40a45cb65fd1a1f (patch) | |
tree | 6f8fd6a384fd8e5fbf158fdff43ec66cef9b7b16 /lang | |
parent | 321c0237de4b36ab2f9c64b275d80256de0ad5ee (diff) | |
download | pkgsrc-ecedaf57d53ce46399c98262f40a45cb65fd1a1f.tar.gz |
Add PRIVILEGED_STAGE+= clean (NetBSD only)
Diffstat (limited to 'lang')
-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 |