summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-07-05 00:20:49 +0000
committerminskim <minskim@pkgsrc.org>2008-07-05 00:20:49 +0000
commit000de1dc806c6c6a07fe1d16b3ce2729c71dd356 (patch)
tree45186a34a0e7a41929fe0df05f33931d2fe48de9 /www/curl
parentb1bcaab14df58064c5a6b9da534f92adae727b96 (diff)
downloadpkgsrc-000de1dc806c6c6a07fe1d16b3ce2729c71dd356.tar.gz
"make clean" requires the superuser privilege on Darwin.
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 9bd05124fe7..df9b35869af 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2008/05/12 20:37:06 dholland Exp $
+# $NetBSD: Makefile,v 1.83 2008/07/05 00:20:49 minskim Exp $
DISTNAME= curl-7.18.0
PKGREVISION= 2
@@ -31,7 +31,7 @@ TEST_TARGET= check
USE_TOOLS+= perl
.endif
-.if ${OPSYS} == "NetBSD" && ${_USE_DESTDIR} == "no"
+.if (${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD") && ${_USE_DESTDIR} == "no"
PRIVILEGED_STAGES+= clean
.endif