summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-28 15:30:44 +0000
committerjoerg <joerg>2007-10-28 15:30:44 +0000
commit7fe87cc109e6b8e9e22c2c0324f2789d0e48e903 (patch)
tree71226b22b52fddb9fbe44c0ca683b415d6720773 /lang/python24
parent07032dc07f86e453bf4b6faa49d3308980c75436 (diff)
downloadpkgsrc-7fe87cc109e6b8e9e22c2c0324f2789d0e48e903.tar.gz
Don't force su-clean on DESTDIR users.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index d81711201e2..3d656ded4a0 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -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 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.${OPSYS}
.endif
PLIST_SRC+= ${.CURDIR}/../../lang/python24/PLIST.common_end
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && ${_USE_DESTDIR} == "no"
PRIVILEGED_STAGES+= clean
.endif