pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Get rid of USE_TOOLS+=nroff in the USE_BSD_MAKEFILE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/759ac938fe28
branches:  trunk
changeset: 538385:759ac938fe28
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 07 12:26:55 2008 +0000

description:
Get rid of USE_TOOLS+=nroff in the USE_BSD_MAKEFILE case.
Just because a package has BSD style Makefile doesn't mean it has manpages.
A sweep of packages with USE_BSD_MAKEFILE=yes is forthcoming;
USE_TOOLS+=groff nroff will be added where appropriate.

diffstat:

 mk/bsd.pkg.use.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3fec315b0328 -r 759ac938fe28 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Thu Feb 07 12:10:36 2008 +0000
+++ b/mk/bsd.pkg.use.mk Thu Feb 07 12:26:55 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.45 2007/11/30 08:27:51 rillig Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.46 2008/02/07 12:26:55 tnn Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -21,7 +21,6 @@
 
 .if defined(USE_BSD_MAKEFILE)
 MAKE_ENV+=             ${BSD_MAKE_ENV}
-USE_TOOLS+=            nroff
 .endif
 
 .if defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake)



Home | Main Index | Thread Index | Old Index