pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python24 Don't force su-clean on DESTDIR users.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4762289ff44c
branches: trunk
changeset: 534644:4762289ff44c
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Oct 28 15:30:44 2007 +0000
description:
Don't force su-clean on DESTDIR users.
diffstat:
lang/python24/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c42c276a9661 -r 4762289ff44c lang/python24/Makefile
--- a/lang/python24/Makefile Sun Oct 28 15:29:58 2007 +0000
+++ b/lang/python24/Makefile Sun Oct 28 15:30:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2007/07/02 20:24:28 adrianp Exp $
+# $NetBSD: Makefile,v 1.36 2007/10/28 15:30:44 joerg Exp $
DISTNAME= Python-2.4.4
PKGNAME= python24-2.4.4
@@ -43,7 +43,7 @@
.endif
PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.common_end
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && ${_USE_DESTDIR} == "no"
PRIVILEGED_STAGES+= clean
.endif
Home |
Main Index |
Thread Index |
Old Index