pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind910



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Sep 20 02:56:45 UTC 2018

Modified Files:
        pkgsrc/net/bind910: Makefile

Log Message:
net/bind910/Makefile: remove spaces after backslash

Remove extra spaces after backslash.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/bind910/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind910/Makefile
diff -u pkgsrc/net/bind910/Makefile:1.45 pkgsrc/net/bind910/Makefile:1.46
--- pkgsrc/net/bind910/Makefile:1.45    Thu Sep 13 02:57:43 2018
+++ pkgsrc/net/bind910/Makefile Thu Sep 20 02:56:45 2018
@@ -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=${VARBA
 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