diff options
author | ade <ade@FreeBSD.org> | 2000-12-01 23:42:12 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-12-01 23:42:12 +0000 |
commit | 15486ba06d233966bedd6aa4c62574da185200e0 (patch) | |
tree | 4028b59d62d9893980e55c9aca71395da61bb08c /dns/bind9/Makefile | |
parent | 5b95e9cec43ef6e10149ca6ead2e329f2acc4c0e (diff) | |
download | FreeBSD-ports-15486ba06d233966bedd6aa4c62574da185200e0.zip FreeBSD-ports-15486ba06d233966bedd6aa4c62574da185200e0.tar.gz |
Add CONFIGURE_ARGS so that named/lwresd put their pid files
in the "right" place (/var/run), as opposed to ${PREFIX}/var/run
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 80cb09b..f033e85 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 |