pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/curl Set PRIVILEGED_STAGES+=clean for every platform.
details: https://anonhg.NetBSD.org/pkgsrc/rev/164a18e8cf35
branches: trunk
changeset: 547620:164a18e8cf35
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Sep 22 18:19:41 2008 +0000
description:
Set PRIVILEGED_STAGES+=clean for every platform.
Some files are generated during install, and cannot be cleaned by an
unprivileged user.
diffstat:
www/curl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 036fe5f400f9 -r 164a18e8cf35 www/curl/Makefile
--- a/www/curl/Makefile Mon Sep 22 17:44:49 2008 +0000
+++ b/www/curl/Makefile Mon Sep 22 18:19:41 2008 +0000
@@ -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 @@
USE_TOOLS+= perl
.endif
-.if (${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD") && ${_USE_DESTDIR} == "no"
+.if ${_USE_DESTDIR} == "no"
PRIVILEGED_STAGES+= clean
.endif
Home |
Main Index |
Thread Index |
Old Index