summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-12-28 11:23:28 +0000
committeragc <agc@pkgsrc.org>2003-12-28 11:23:28 +0000
commit1569239e9f1f463163b23162df0cb6912750140a (patch)
treec729ccfbdb448878cf3c5df1ee93f53c902e0dd8 /mk/bsd.prefs.mk
parent641aea3d0529932d0d6130dfb5e2362e566796aa (diff)
downloadpkgsrc-1569239e9f1f463163b23162df0cb6912750140a.tar.gz
Indent to make nested blocks easier to distinguish.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 4b4346672a9..d4e85a054b6 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -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 @@ SHAREMODE?= ${DOCMODE}
# 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