pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Cleanup whitespace.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b36d15634cc
branches:  trunk
changeset: 478178:5b36d15634cc
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jul 19 04:07:16 2004 +0000

description:
Cleanup whitespace.

diffstat:

 net/bind9/builtin.mk |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b4d2998c93a3 -r 5b36d15634cc net/bind9/builtin.mk
--- a/net/bind9/builtin.mk      Mon Jul 19 03:25:11 2004 +0000
+++ b/net/bind9/builtin.mk      Mon Jul 19 04:07:16 2004 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: builtin.mk,v 1.3 2004/07/18 12:59:02 markd Exp $
+# $NetBSD: builtin.mk,v 1.4 2004/07/19 04:07:16 markd Exp $
 
 .if !defined(IS_BUILTIN.bind)
-IS_BUILTIN.bind=        no
+IS_BUILTIN.bind=       no
 .  if exists(/usr/sbin/named)
 _BIND_VERSION!=${ECHO} 'vers ' && /usr/sbin/named -v | ${SED} -n 's/^BIND //p'
 .  endif
 .  if defined(_BIND_VERSION) && !empty(_BIND_VERSION:Nvers)
-IS_BUILTIN.bind=        yes
-BUILTIN_PKG.bind=       bind-${_BIND_VERSION}
-BUILDLINK_VARS+=        BUILTIN_PKG.bind
+IS_BUILTIN.bind=       yes
+BUILTIN_PKG.bind=      bind-${_BIND_VERSION}
+BUILDLINK_VARS+=       BUILTIN_PKG.bind
 .  endif
 .endif  # IS_BUILTIN.bind
-BUILDLINK_VARS+=        IS_BUILTIN.bind
+BUILDLINK_VARS+=       IS_BUILTIN.bind
 
-USE_BUILTIN.bind?=      ${IS_BUILTIN.bind}
+USE_BUILTIN.bind?=     ${IS_BUILTIN.bind}



Home | Main Index | Thread Index | Old Index