diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-07 10:24:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-07 10:24:59 +0000 |
commit | 9a1f79615562d0c5b74732c244790121c0c905b8 (patch) | |
tree | eaf9e7dad9a8e4df704a1ec2371ff14a3840801b /dns | |
parent | a9aae0b54ef5ed5c48a59297fae637422d4a57fc (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind910/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 2887df8bc0fe..6aa598edb9cf 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -157,10 +157,6 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi .include <bsd.port.options.mk> -.if (${ARCH} == "amd64") -ARCH= x86_64 -.endif - .if !${PORT_OPTIONS:MLINKS} PKGINSTALL=${NONEXISTENT} .endif diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 502849b17fb1..6c899c3cd8ea 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -132,10 +132,6 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi .include <bsd.port.options.mk> -.if (${ARCH} == "amd64") -ARCH= x86_64 -.endif - .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} PKGINSTALL=${NONEXISTENT} .endif diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 8a160b4dd41e..80385acbba1b 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -141,10 +141,6 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi .include <bsd.port.options.mk> -.if (${ARCH} == "amd64") -ARCH= x86_64 -.endif - .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} PKGINSTALL=${NONEXISTENT} .endif |