diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-05-22 05:22:31 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-05-22 05:22:31 +0000 |
commit | b00185e8b68a9fc8e9f0ee89a06e96492ce9ca14 (patch) | |
tree | b824bf6f5e14015b98cfed685ebc996b67786aca /dns/bind9/Makefile | |
parent | bbb8bd5802137da8b56913840e574af9831a601d (diff) | |
download | ports-b00185e8b68a9fc8e9f0ee89a06e96492ce9ca14.tar.gz ports-b00185e8b68a9fc8e9f0ee89a06e96492ce9ca14.zip |
Notes
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index ca43319efb78..72a0e478c308 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -12,18 +12,18 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.2.1.rc2 +PORTVERSION= 9.2.1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} -DISTFILES= bind-9.2.1rc2.tar.gz +DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org -ISCVERSION= 9.2.1rc2 +ISCVERSION= 9.2.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps |