diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 03:37:28 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 03:37:28 +0000 |
commit | a43086689fc1fc9997807cb42c1bcc50ab22ff82 (patch) | |
tree | 3352719d43fbd191723b5909ae835323daf85ced /dns/bind94 | |
parent | c7beeaae1feca224aedba61f2d6c075df967a28c (diff) | |
download | ports-a43086689fc1fc9997807cb42c1bcc50ab22ff82.tar.gz ports-a43086689fc1fc9997807cb42c1bcc50ab22ff82.zip |
Notes
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 97a7566e2d11..dbfd79b70deb 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -3,7 +3,7 @@ # Date created: 18 July 1997 # Whom: jseger@scds.com # -# $Id: Makefile,v 1.6 1998/07/19 05:11:59 gpalmer Exp $ +# $Id: Makefile,v 1.7 1998/12/10 02:59:27 jseger Exp $ # DISTNAME= bind-8.1.2 @@ -13,6 +13,8 @@ DISTFILES= bind-8.1.2-src.tar.gz bind-8.1.2-doc.tar.gz MAINTAINER= jseger@FreeBSD.org +Y2K= http://www.isc.org/y2k.html + WRKSRC= ${WRKDIR}/src MAN1= dig.1 dnsquery.1 host.1 |