pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Add NOLINT=1 for BSD-.mk based packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32a08aaba054
branches:  trunk
changeset: 487871:32a08aaba054
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jan 21 13:07:12 2005 +0000

description:
Add NOLINT=1 for BSD-.mk based packages.

diffstat:

 mk/platform/Interix.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af25c6b9cfd9 -r 32a08aaba054 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Fri Jan 21 13:05:28 2005 +0000
+++ b/mk/platform/Interix.mk    Fri Jan 21 13:07:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.19 2005/01/21 06:14:23 tv Exp $
+# $NetBSD: Interix.mk,v 1.20 2005/01/21 13:07:12 tv Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -33,7 +33,7 @@
 
 # "catinstall" not yet supported as there's no shipped [gn]roff
 MANINSTALL=    maninstall
-MAKE_FLAGS+=   MKCATPAGES=no
+MAKE_FLAGS+=   MKCATPAGES=no NOLINT=1
 
 AWK?=          /usr/contrib/bin/gawk
 BASENAME?=     /bin/basename



Home | Main Index | Thread Index | Old Index