pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tk Add 'clean' to PRIVILEGED_STAGES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3123f63b11d9
branches:  trunk
changeset: 398971:3123f63b11d9
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Sep 12 18:12:13 2009 +0000

description:
Add 'clean' to PRIVILEGED_STAGES.

diffstat:

 x11/tk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f2404660077b -r 3123f63b11d9 x11/tk/Makefile
--- a/x11/tk/Makefile   Sat Sep 12 18:05:49 2009 +0000
+++ b/x11/tk/Makefile   Sat Sep 12 18:12:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/08/20 15:25:01 jwise Exp $
+# $NetBSD: Makefile,v 1.64 2009/09/12 18:12:13 snj Exp $
 
 DISTNAME=      tk${TK_VERSION}-src
 PKGNAME=       tk-${TK_VERSION}
@@ -27,6 +27,8 @@
 MAKE_ENV+=             TOUCH=${TOUCH:Q}
 PTHREAD_OPTS+=         require
 
+PRIVILEGED_STAGES+=    clean
+
 TEST_TARGET=           test
 
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index