summaryrefslogtreecommitdiff
path: root/net/djbdns/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-04 20:42:02 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-04 20:42:02 +0000
commit27815bd19fda63999faeec8128bd8fc724007dab (patch)
tree2665d61c767bf30922c44a3b4e558afb481049ab /net/djbdns/Makefile
parent74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c (diff)
downloadpkgsrc-27815bd19fda63999faeec8128bd8fc724007dab.tar.gz
* rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-log
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r--net/djbdns/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index 98fc92f6648..08a912e1de0 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 19:07:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2001/03/04 20:42:02 hubertf Exp $
# FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
DISTNAME= djbdns-1.05
@@ -45,8 +45,8 @@ post-patch:
.endfor
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/tinydns-log.pl ${PREFIX}/bin/tinydns-log.pl
- ${INSTALL_SCRIPT} ${WRKDIR}/dnscache-log.pl ${PREFIX}/bin/dnscache-log.pl
+ ${INSTALL_SCRIPT} ${WRKDIR}/tinydns-log.pl ${PREFIX}/bin/tinydns-log
+ ${INSTALL_SCRIPT} ${WRKDIR}/dnscache-log.pl ${PREFIX}/bin/dnscache-log
${INSTALL_DATA} ${WRKSRC}/dnsroots.global ${PREFIX}/etc/dnsroots.global
cd ${WRKDIR}/djbdns-man && ${INSTALL_MAN} dnsfilter.1 dnsip.1 \
dnsipq.1 dnsmx.1 dnsname.1 dnsq.1 dnsqr.1 dnstrace.1 dnstxt.1 \