diff options
Diffstat (limited to 'net/dnstop/Makefile')
-rw-r--r-- | net/dnstop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index e46fafdbe1e..63ddb1e171e 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/09 04:49:02 kim Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/11 15:05:43 cjep Exp $ # DISTNAME= dnstop-20021224 @@ -13,10 +13,11 @@ HOMEPAGE= http://dnstop.measurement-factory.com/src/ COMMENT= Diagnose tcpdump trace for DNS queries/replies EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DIST_SUBDIR= ${PKGNAME_NOREV} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin - ${INSTALL_MAN} ${DISTDIR}/dnstop.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/dnstop.8 ${PREFIX}/man/man8 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnstop ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/dnstop |