pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind910 net/bind910/Makefile: remove spaces after ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45bb880643bd
branches:  trunk
changeset: 385320:45bb880643bd
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 20 02:56:45 2018 +0000

description:
net/bind910/Makefile: remove spaces after backslash

Remove extra spaces after backslash.

diffstat:

 net/bind910/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a77766c6d8d -r 45bb880643bd net/bind910/Makefile
--- a/net/bind910/Makefile      Thu Sep 20 00:23:12 2018 +0000
+++ b/net/bind910/Makefile      Thu Sep 20 02:56:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2018/09/13 02:57:43 jklos Exp $
+# $NetBSD: Makefile,v 1.46 2018/09/20 02:56:45 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -34,7 +34,7 @@
 CONFIGURE_ARGS+=       --disable-openssl-version-check
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
 CONFIGURE_ARGS+=       --with-python=no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \    
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
 CONFIGURE_ARGS+=       --disable-atomic



Home | Main Index | Thread Index | Old Index