diff options
author | dougb <dougb@FreeBSD.org> | 2002-05-22 05:22:31 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-05-22 05:22:31 +0000 |
commit | 6f8a4898396314385bd2b753528c6ff29cbefa4c (patch) | |
tree | 7eabcdd4329e57adecd6017bb75153b505ffd49d /dns/bind96/Makefile | |
parent | f16244aa460e2a58e0cec2409a0365349af7a5c0 (diff) | |
download | FreeBSD-ports-6f8a4898396314385bd2b753528c6ff29cbefa4c.zip FreeBSD-ports-6f8a4898396314385bd2b753528c6ff29cbefa4c.tar.gz |
Update to the latest release version
Diffstat (limited to 'dns/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index ca43319..72a0e47 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/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 |