diff options
author | taca <taca@pkgsrc.org> | 2018-09-20 02:56:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-09-20 02:56:45 +0000 |
commit | 4eb6bdaff41420ab6142e418b66d7971eeb64874 (patch) | |
tree | 2a0372c69ceba0897da6624e9ce65389d79d31dd /net/bind910 | |
parent | 83544cf9ee6806c78fa54de50c7583cc5372c7ac (diff) | |
download | pkgsrc-4eb6bdaff41420ab6142e418b66d7971eeb64874.tar.gz |
net/bind910/Makefile: remove spaces after backslash
Remove extra spaces after backslash.
Diffstat (limited to 'net/bind910')
-rw-r--r-- | net/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index eb58aacf6ae..ee3265be2d0 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -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+= --localstatedir=${VARBASE} 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 |