pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Add 'clean' to PRIVILEGED_STAGES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f24a2e1ecd4
branches:  trunk
changeset: 399617:8f24a2e1ecd4
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Sep 22 20:11:45 2009 +0000

description:
Add 'clean' to PRIVILEGED_STAGES.

diffstat:

 devel/doxygen/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e30dcaa19c7e -r 8f24a2e1ecd4 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Tue Sep 22 20:09:20 2009 +0000
+++ b/devel/doxygen/Makefile    Tue Sep 22 20:11:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2009/08/26 11:48:24 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2009/09/22 20:11:45 snj Exp $
 
 DISTNAME=      doxygen-1.6.1.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -43,6 +43,8 @@
 SUBST_FILES.perlbin=   examples/tag.cfg
 SUBST_SED.perlbin=     -e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
 
+PRIVILEGED_STAGES+=    clean
+
 INSTALL_TARGET=                install install_docs
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index