diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-28 15:30:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-28 15:30:44 +0000 |
commit | fb376375ffcafac48c2955d75c05385834af0442 (patch) | |
tree | 71226b22b52fddb9fbe44c0ca683b415d6720773 /lang/python24/Makefile | |
parent | 59111cac586c734ba87e31761ec0dedc7fb817fd (diff) | |
download | pkgsrc-fb376375ffcafac48c2955d75c05385834af0442.tar.gz |
Don't force su-clean on DESTDIR users.
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 4 |
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 |