diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-01 23:42:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-01 23:42:12 +0000 |
commit | 09a4ed7fa503c79f6cca67a34bccc522e99d5cef (patch) | |
tree | c045235cb4fd0f12c6b9e8eb41bf4f0ea93f1153 /dns | |
parent | Update to 0.2.22 (diff) |
Add CONFIGURE_ARGS so that named/lwresd put their pid files
in the "right" place (/var/run), as opposed to ${PREFIX}/var/run
Notes
Notes:
svn path=/head/; revision=35590
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9/Makefile | 3 | ||||
-rw-r--r-- | dns/bind94/Makefile | 3 | ||||
-rw-r--r-- | dns/bind95/Makefile | 3 | ||||
-rw-r--r-- | dns/bind96/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 80cb09b02714..f033e856e537 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -7,7 +7,7 @@ PORTNAME= bind PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var MAN1= host.1 dig.1 MAN5= rndc.conf.5 diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 80cb09b02714..f033e856e537 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -7,7 +7,7 @@ PORTNAME= bind PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var MAN1= host.1 dig.1 MAN5= rndc.conf.5 diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 80cb09b02714..f033e856e537 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -7,7 +7,7 @@ PORTNAME= bind PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var MAN1= host.1 dig.1 MAN5= rndc.conf.5 diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 80cb09b02714..f033e856e537 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -7,7 +7,7 @@ PORTNAME= bind PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var MAN1= host.1 dig.1 MAN5= rndc.conf.5 |