pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python24 Add PRIVILEGED_STAGE+= clean (NetBSD only)
details: https://anonhg.NetBSD.org/pkgsrc/rev/b59e0af2bbdc
branches: trunk
changeset: 530526:b59e0af2bbdc
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Jul 01 00:10:18 2007 +0000
description:
Add PRIVILEGED_STAGE+= clean (NetBSD only)
diffstat:
lang/python24/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 1fd2cb80a7c8 -r b59e0af2bbdc lang/python24/Makefile
--- a/lang/python24/Makefile Sun Jul 01 00:07:56 2007 +0000
+++ b/lang/python24/Makefile Sun Jul 01 00:10:18 2007 +0000
@@ -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 @@
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 @@
.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
Home |
Main Index |
Thread Index |
Old Index