From ecedaf57d53ce46399c98262f40a45cb65fd1a1f Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 1 Jul 2007 00:10:18 +0000 Subject: Add PRIVILEGED_STAGE+= clean (NetBSD only) --- lang/python24/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lang') 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 -- cgit v1.2.3