diff options
author | asami <asami@FreeBSD.org> | 2000-10-21 21:05:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-21 21:05:58 +0000 |
commit | 690908eeaeb9d0a003fd4342a8318503b11c5470 (patch) | |
tree | 3728c2148de88241c0ab2caa4e7ac35dcad75294 /dns/bind9/Makefile | |
parent | f619b183caaa8bbb486495decaccd78855145849 (diff) | |
download | FreeBSD-ports-690908eeaeb9d0a003fd4342a8318503b11c5470.zip FreeBSD-ports-690908eeaeb9d0a003fd4342a8318503b11c5470.tar.gz |
Temporarily remove bind9, it is a repo-copy from bind8 not updated.
The history is safe, so just "cvs add" the files back when bind9 is
ready to be committed.
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile deleted file mode 100644 index decc947..0000000 --- a/dns/bind9/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: bind -# Date created: 18 July 1997 -# Whom: jseger@scds.com -# -# $FreeBSD$ -# - -PORTNAME= bind -PORTVERSION= 8.2.2.p5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ -DISTFILES= bind-src.tar.gz bind-doc.tar.gz - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -WRKSRC= ${WRKDIR}/src - -MAN1= dig.1 dnskeygen.1 dnsquery.1 host.1 -MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnetent.3 \ - inet_cidr.3 hesiod.3 resolver.3 tsig.3 -MAN5= irs.conf.5 named.conf.5 resolver.5 -MAN7= hostname.7 mailaddr.7 -MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ - nsupdate.8 - -PATCH_ARGS= -d ${WRKDIR} -PATCH_DIST_ARGS= -d ${WRKDIR} - -post-install: - @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 - -.include <bsd.port.mk> |