diff options
Diffstat (limited to 'dns/h2n/Makefile')
-rw-r--r-- | dns/h2n/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dns/h2n/Makefile b/dns/h2n/Makefile deleted file mode 100644 index de8bb03f9e8e..000000000000 --- a/dns/h2n/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: h2n -# Date created: 27 Nov 1997 -# Whom: SADA Kenji <sada@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= h2n -PORTVERSION= 1.29 -CATEGORIES= net -MASTER_SITES= ftp://ftp.iij.ad.jp/pub/published/oreilly/nutshell/dnsbind/ \ - ftp://ftp.uu.net/published/oreilly/nutshell/dnsbind/ -DISTNAME= dns -EXTRACT_SUFX= .tar.Z - -MAINTAINER= sada@FreeBSD.org - -NO_BUILD= YES -NO_WRKSUBDIR= YES -RESTRICTED= "Never get an approval yet." - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/h2n ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/h2n.man ${PREFIX}/man/cat8/h2n.8 - -.include <bsd.port.mk> |