diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-03-14 23:06:52 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-03-14 23:06:52 +0000 |
commit | 23f07f556ecba8e2408e77ce8e1e815c424119ea (patch) | |
tree | fa8584dca3c389325898f8b1f882001926bc6f43 /dns/bind96 | |
parent | - Correct linking with libiconv (diff) |
DISTNAME is a slightly less painful way of dealing with wacky
version numbers.
Notes
Notes:
svn path=/head/; revision=104020
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 1dddf5ffa37e..7138e942bed3 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -17,7 +17,7 @@ CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} -DISTFILES= bind-${ISCVERSION}.tar.gz +DISTNAME= bind-${ISCVERSION} MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server @@ -83,7 +83,6 @@ MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 dnssec-signzone.8 \ lwresd.8 named-checkconf.8 named-checkzone.8 named.8 nsupdate.8 \ rndc-confgen.8 rndc.8 -WRKSRC= ${WRKDIR}/bind-${ISCVERSION} post-patch: .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.8 \ rndc/rndc.8 |