pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl Add 'clean' to PRIVILEGED_STAGES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12a74886c42d
branches:  trunk
changeset: 398965:12a74886c42d
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Sep 12 17:57:40 2009 +0000

description:
Add 'clean' to PRIVILEGED_STAGES.

diffstat:

 lang/tcl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8b9f7cf94ff8 -r 12a74886c42d lang/tcl/Makefile
--- a/lang/tcl/Makefile Sat Sep 12 17:47:17 2009 +0000
+++ b/lang/tcl/Makefile Sat Sep 12 17:57:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2009/08/20 15:24:58 jwise Exp $
+# $NetBSD: Makefile,v 1.65 2009/09/12 17:57:40 snj Exp $
 
 DISTNAME=      tcl${TCL_VERSION}-src
 PKGNAME=       tcl-${TCL_VERSION}
@@ -24,6 +24,8 @@
 BUILD_DIRS=            ${CONFIGURE_DIRS}
 MAKE_ENV+=             TOUCH=${TOUCH:Q}
 
+PRIVILEGED_STAGES+=    clean
+
 INSTALL_TARGET=                install
 
 # The test target gives better results when not run as root.



Home | Main Index | Thread Index | Old Index