summaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-04-10 16:39:27 +0000
committerjoerg <joerg@pkgsrc.org>2016-04-10 16:39:27 +0000
commit2cbd07f178c453f1addd2e6952430600e9ef8b97 (patch)
treeea1bcebaf94574f134b87b95b393c7c2a0a9b785 /lang/python27/Makefile
parent0479365b0022911c26a39da3ce8d6bd1a1894dd1 (diff)
downloadpkgsrc-2cbd07f178c453f1addd2e6952430600e9ef8b97.tar.gz
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 4947e1d48ae..d614b08da83 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2016/03/05 11:28:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.58 2016/04/10 16:39:27 joerg Exp $
.include "dist.mk"
@@ -60,9 +60,6 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python27/PLIST.${OPSYS}
PLIST_SRC+= ${.CURDIR}/../../lang/python27/PLIST.common_end
.if ${OPSYS} == "NetBSD"
-. if !defined(USE_DESTDIR) || empty(USE_DESTDIR:M[Yy][Ee][Ss])
-PRIVILEGED_STAGES+= clean
-. endif
# XXX work around a botched autoconf check which ignores libintl
CONFIGURE_ENV+= ac_cv_func_bind_textdomain_codeset=yes
.endif