summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorminskim <minskim>2008-09-22 18:19:41 +0000
committerminskim <minskim>2008-09-22 18:19:41 +0000
commit9130c84263c7feca5149c08427768a5022623808 (patch)
tree9a15be68509b6186568108cf7fc0f66ce0d8f856 /www
parent14b9bf99d28e2982d73a59cccd427cfde9949647 (diff)
downloadpkgsrc-9130c84263c7feca5149c08427768a5022623808.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')
-rw-r--r--www/curl/Makefile4
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