diff options
author | snj <snj> | 2009-09-12 17:57:40 +0000 |
---|---|---|
committer | snj <snj> | 2009-09-12 17:57:40 +0000 |
commit | be0c9689f57c079643d80c67145ba800085dfa8c (patch) | |
tree | 89235fb519cf6f53cb22caea80ade905d81abf76 /lang/tcl | |
parent | a30e15cdbb2c27be9c6a08e8dce8dc068079db7b (diff) | |
download | pkgsrc-be0c9689f57c079643d80c67145ba800085dfa8c.tar.gz |
Add 'clean' to PRIVILEGED_STAGES.
Diffstat (limited to 'lang/tcl')
-rw-r--r-- | lang/tcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index d3b6030cabe..95437fa2f19 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -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 @@ CONFIGURE_DIRS= unix 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. |