pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python23 Add PRIVILEGED_STAGE+= clean (NetBSD only)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/775fb9b246f4
branches:  trunk
changeset: 530532:775fb9b246f4
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jul 01 00:25:53 2007 +0000

description:
Add PRIVILEGED_STAGE+= clean (NetBSD only)

diffstat:

 lang/python23/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 50d02b2ba9ce -r 775fb9b246f4 lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Sun Jul 01 00:25:07 2007 +0000
+++ b/lang/python23/Makefile.common     Sun Jul 01 00:25:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2006/06/01 15:25:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.35 2007/07/01 00:25:53 adrianp Exp $
 #
 
 DISTNAME=      Python-2.3.5
@@ -35,6 +35,10 @@
 .endif
 PLIST_SRC+=    ${.CURDIR}/../../lang/python23/PLIST.common_end
 
+.if ${OPSYS} == "NetBSD"
+PRIVILEGED_STAGE+=     clean
+.endif
+
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
 PY_PLATNAME=   ${LOWER_OPSYS}
 .elif ${OPSYS} == "IRIX"



Home | Main Index | Thread Index | Old Index