pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Indent to make nested blocks easier to distinguish.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68b854ab46f5
branches:  trunk
changeset: 465346:68b854ab46f5
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Dec 28 11:23:28 2003 +0000

description:
Indent to make nested blocks easier to distinguish.

diffstat:

 mk/bsd.prefs.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 46d94b6ddac2 -r 68b854ab46f5 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Dec 28 10:35:03 2003 +0000
+++ b/mk/bsd.prefs.mk   Sun Dec 28 11:23:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.138 2003/12/28 10:09:38 tron Exp $
+# $NetBSD: bsd.prefs.mk,v 1.139 2003/12/28 11:23:28 agc Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -240,11 +240,11 @@
 
 # if the system is IPv6-ready, compile with IPv6 support turned on.
 .if defined(USE_INET6)
-.if empty(USE_INET6:M[Yy][Ee][Ss]) || defined(USE_SOCKS)
+.  if empty(USE_INET6:M[Yy][Ee][Ss]) || defined(USE_SOCKS)
 USE_INET6=             NO
-.else
+.  else
 USE_INET6=             YES
-.endif
+.  endif
 .elif empty(_OPSYS_HAS_INET6:M[nN][oO]) && !defined(USE_SOCKS)
 USE_INET6=             YES
 .else



Home | Main Index | Thread Index | Old Index