diff options
author | joerg <joerg> | 2016-04-10 16:39:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-04-10 16:39:27 +0000 |
commit | 3973a499b3bbc7471f398c8abcaafb085b9f5d3a (patch) | |
tree | ea1bcebaf94574f134b87b95b393c7c2a0a9b785 /www/curl | |
parent | a8cbb38376e550684e681b67d96c1f8eab72a0bc (diff) | |
download | pkgsrc-3973a499b3bbc7471f398c8abcaafb085b9f5d3a.tar.gz |
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 3f33743cfa8..26875bcf5eb 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2016/04/07 11:03:15 adam Exp $ +# $NetBSD: Makefile,v 1.163 2016/04/10 16:39:28 joerg Exp $ DISTNAME= curl-7.48.0 CATEGORIES= www @@ -32,10 +32,6 @@ TEST_TARGET= check USE_TOOLS+= perl .endif -.if ${_USE_DESTDIR} == "no" -PRIVILEGED_STAGES+= clean -.endif - .include "options.mk" post-install: |