diff options
-rw-r--r-- | net/djbdns/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 3b071628bdf..95aa918aef4 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/10/10 11:17:28 abs Exp $ +# $NetBSD: Makefile,v 1.15 2001/10/22 19:11:12 zuntum Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp DISTNAME= djbdns-1.05 @@ -46,12 +46,6 @@ post-patch: ${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld ${ECHO} ${PREFIX} > ${WRKSRC}/conf-home -.for i in dnscache axfrdns pickdns rbldns tinydns walldns - ${SED} "s|usage: $i-conf acct logacct /$i|usage: $i-conf acct logacct ${PREFIX}/etc/$i|g" \ - ${WRKSRC}/$i-conf.c > ${WRKSRC}/$i-conf.c.done - ${MV} ${WRKSRC}/$i-conf.c.done ${WRKSRC}/$i-conf.c -.endfor - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/tinydns-log.pl ${PREFIX}/bin/tinydns-log ${INSTALL_SCRIPT} ${WRKDIR}/dnscache-log.pl ${PREFIX}/bin/dnscache-log |