aboutsummaryrefslogtreecommitdiff
path: root/dns/pdnsd/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /dns/pdnsd/Makefile
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
downloadports-306a0595289a1660e82e229cd0db19e1ff4ef59d.tar.gz
ports-306a0595289a1660e82e229cd0db19e1ff4ef59d.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Notes
Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_1/; revision=64311; tag=release/4.6.1
Diffstat (limited to 'dns/pdnsd/Makefile')
-rw-r--r--dns/pdnsd/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile
deleted file mode 100644
index 74e618ffc68d..000000000000
--- a/dns/pdnsd/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: pdnsd
-# Date Created: 27 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdnsd
-PORTVERSION= 1.1.7a
-CATEGORIES= net
-MASTER_SITES= http://home.t-online.de/home/Moestl/
-
-MAINTAINER= roman@xpert.com
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
-
-MAN8= pdnsd-ctl.8
-
-PDNSDB= /var/db/pdnsd
-
-post-install:
- @${MKDIR} ${PREFIX}/etc/rc.d
- @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
- @${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>