diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-16 23:20:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-16 23:20:42 +0000 |
commit | 777c415929e539cffae16425aac264f24f215474 (patch) | |
tree | b8735e99d4e0e3d8e5e15f791ab781db67694ac3 | |
parent | 17bff39ace8c397031a929f0d5615068cc0fe12e (diff) | |
download | pkgsrc-777c415929e539cffae16425aac264f24f215474.tar.gz |
Change DIST_SUBDIR from PKGNAME_NOREV to PKGNAME, since the man page
changed again (see previous commit) and to avoid breakage for people
who have the old distfile.
-rw-r--r-- | net/dnstop/Makefile | 4 | ||||
-rw-r--r-- | net/dnstop/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index f6acf43a4e5..f5ec791549b 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:22:19 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/09/16 23:20:42 wiz Exp $ # DISTNAME= dnstop-20021224 @@ -13,7 +13,7 @@ COMMENT= Diagnose tcpdump trace for DNS queries/replies WRKSRC= ${WRKDIR} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -DIST_SUBDIR= ${PKGNAME_NOREV} +DIST_SUBDIR= ${PKGNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin diff --git a/net/dnstop/distinfo b/net/dnstop/distinfo index 76929ad5dc3..4493e461cd6 100644 --- a/net/dnstop/distinfo +++ b/net/dnstop/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/09/16 16:20:41 he Exp $ +$NetBSD: distinfo,v 1.8 2004/09/16 23:20:42 wiz Exp $ -SHA1 (dnstop-20021224/dnstop-20021224.tar.gz) = 94aada6e3fa0882923cd6776a003490ecef83dd9 -Size (dnstop-20021224/dnstop-20021224.tar.gz) = 6460 bytes -SHA1 (dnstop-20021224/dnstop.8) = 7fda2751bea0303e52715f46ae8426be153d01f5 -Size (dnstop-20021224/dnstop.8) = 2302 bytes +SHA1 (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 94aada6e3fa0882923cd6776a003490ecef83dd9 +Size (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 6460 bytes +SHA1 (dnstop-20021224nb2/dnstop.8) = 7fda2751bea0303e52715f46ae8426be153d01f5 +Size (dnstop-20021224nb2/dnstop.8) = 2302 bytes |