diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-29 15:41:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-29 15:41:23 +0000 |
commit | 5b20515a2900c6d8c33a7167dd948a01f33753b9 (patch) | |
tree | 40bfb32abd19efcade2a95403dfc4082daab9a37 /net/djbdns | |
parent | 3ee169cd50023ba44bf380a673f16f271aa534d5 (diff) | |
download | pkgsrc-5b20515a2900c6d8c33a7167dd948a01f33753b9.tar.gz |
Update for new MESSAGE handling. Noted by zuntum@eik.pl.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 6 | ||||
-rw-r--r-- | net/djbdns/pkg/MESSAGE | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 98e89b02863..ec908936e78 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/01/26 01:33:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/01/29 15:41:23 wiz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp DISTNAME= djbdns-1.04 @@ -20,8 +20,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= zuntum@eik.pl HOMEPAGE= http://cr.yp.to/djbdns.html -MESSAGE_FILE= ${WRKDIR}/.MESSAGE - EXTRACT_ONLY= djbdns-1.04.tar.gz \ djbdns-1.04-man.tar.gz @@ -33,8 +31,6 @@ post-extract: ${DISTDIR}/tinydns-log.pl.txt > ${WRKDIR}/tinydns-log.pl ${SED} "s|/usr/bin/perl|${LOCALBASE}/bin/perl|" \ ${DISTDIR}/dnscache-log.pl.txt > ${WRKDIR}/dnscache-log.pl - ${SED} "s|@PREFIX@|${PREFIX}|g" ${PKGDIR}/MESSAGE \ - > ${MESSAGE_FILE} post-patch: ${ECHO} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc diff --git a/net/djbdns/pkg/MESSAGE b/net/djbdns/pkg/MESSAGE index 4cbc72b51ce..13325fb6092 100644 --- a/net/djbdns/pkg/MESSAGE +++ b/net/djbdns/pkg/MESSAGE @@ -1,11 +1,16 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.4 2001/01/29 15:41:23 wiz Exp $ + You will also need to install ucspi-tcp package (pkgsrc/net/ucspi-tcp) if you want to use axfrdns or axfr-get. Please install perl if you want to use contrib tools for djbdns: - tinydns logfile formatter, @PREFIX@/bin/tinydns-log.pl -and dnscache logfile formatter, @PREFIX@/bin/dnscache-log.pl + tinydns logfile formatter, ${PREFIX}/bin/tinydns-log.pl +and dnscache logfile formatter, ${PREFIX}/bin/dnscache-log.pl (these are taken from http://tinydns.org) You can also use tai64nlocal from pkgsrc/sysutils/daemontools package to make output of these formatters more readable. + +=========================================================================== |