aboutsummaryrefslogtreecommitdiff
path: root/dns/nsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/nsd/Makefile')
-rw-r--r--dns/nsd/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
deleted file mode 100644
index 78271be24091..000000000000
--- a/dns/nsd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nsd
-# Date created: 08 August 2002
-# Whom: alexis
-#
-# $FreeBSD$
-#
-
-PORTNAME= nsd
-PORTVERSION= 1.0.1
-CATEGORIES= net
-MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
-
-MAINTAINER= nsd-info@nlnetlabs.nl
-
-MAN8= nsd.8 zonec.8 nsdc.8
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/nsd.zones.sample \
- ${PREFIX}/etc/nsd/nsd.zones.sample
-
-.include <bsd.port.mk>