diff options
author | minskim <minskim@pkgsrc.org> | 2008-09-22 18:19:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-09-22 18:19:41 +0000 |
commit | 626f70d68fb901bb69138bd6ee707ff1d41058cc (patch) | |
tree | 9a15be68509b6186568108cf7fc0f66ce0d8f856 /www/curl/Makefile | |
parent | 8df6a539f14305dece367c9b68d6b593dd15d328 (diff) | |
download | pkgsrc-626f70d68fb901bb69138bd6ee707ff1d41058cc.tar.gz |
Set PRIVILEGED_STAGES+=clean for every platform.
Some files are generated during install, and cannot be cleaned by an
unprivileged user.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 57d1f08c4c7..f169733584e 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2008/07/31 19:47:10 manu Exp $ +# $NetBSD: Makefile,v 1.85 2008/09/22 18:19:41 minskim Exp $ DISTNAME= curl-7.18.0 PKGREVISION= 3 @@ -31,7 +31,7 @@ TEST_TARGET= check USE_TOOLS+= perl .endif -.if (${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD") && ${_USE_DESTDIR} == "no" +.if ${_USE_DESTDIR} == "no" PRIVILEGED_STAGES+= clean .endif |