diff options
Diffstat (limited to 'dns/doc')
-rw-r--r-- | dns/doc/Makefile | 36 | ||||
-rw-r--r-- | dns/doc/distinfo | 1 | ||||
-rw-r--r-- | dns/doc/files/patch-aa | 11 | ||||
-rw-r--r-- | dns/doc/pkg-comment | 1 | ||||
-rw-r--r-- | dns/doc/pkg-descr | 7 | ||||
-rw-r--r-- | dns/doc/pkg-plist | 7 |
6 files changed, 0 insertions, 63 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile deleted file mode 100644 index 96ac01a0a6b1..000000000000 --- a/dns/doc/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: doc -# Date created: 28 November 1999 -# Whom: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= doc -PORTVERSION= 2.1.4 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sanpei - -MAINTAINER= sanpei@FreeBSD.org - -AUX_DIR= lib/doc -AUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX - -MAN8= doc.8 - -do-build: - @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org - @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ - > ${WRKSRC}/doc - -do-install: - @${MKDIR} ${PREFIX}/${AUX_DIR} - @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc - @for file in ${AUX_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ - done -.if !defined(NOPORTDOCS) - @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 -.endif - -.include <bsd.port.mk> diff --git a/dns/doc/distinfo b/dns/doc/distinfo deleted file mode 100644 index b6fba0bdbdb7..000000000000 --- a/dns/doc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a diff --git a/dns/doc/files/patch-aa b/dns/doc/files/patch-aa deleted file mode 100644 index 31078ecd0115..000000000000 --- a/dns/doc/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc.org Sun Nov 28 17:21:08 1999 -+++ doc Sun Nov 28 17:22:36 1999 -@@ -65,7 +65,7 @@ - ## Note: Make *sure* you keep the trailing slash on the directory - ## name, otherwise doc won't work right. - ## --set auxd=/users/brad/bin/doc-2.1.4/ -+set auxd=${PREFIX}/${AUX_DIR}/ - #set auxd="" - - ######## where are log files written? diff --git a/dns/doc/pkg-comment b/dns/doc/pkg-comment deleted file mode 100644 index 2a73eddfc34b..000000000000 --- a/dns/doc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Diagnose unhealthy DNS domains diff --git a/dns/doc/pkg-descr b/dns/doc/pkg-descr deleted file mode 100644 index 43f8e18308b0..000000000000 --- a/dns/doc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Doc is an automated tool for verifying (to an extent) that a -domain is configured and functioning correctly. It makes no -attempt to validate the data inside a domain, only the structure. -The only required parameter is the valid domain name of an existing -domain. Example: - - doc isi.edu. diff --git a/dns/doc/pkg-plist b/dns/doc/pkg-plist deleted file mode 100644 index 73e0c89e7af5..000000000000 --- a/dns/doc/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/doc -lib/doc/doc1.awk -lib/doc/doc3.awk -lib/doc/doc4.awk -lib/doc/INFO -lib/doc/RFC.XXXX -@dirrm lib/doc |