diff options
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r-- | net/trafshow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 19879aac949..bc530d59999 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:01 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:28 jlam Exp $ DISTNAME= trafshow-4.0 PKGREVISION= 1 @@ -21,6 +21,8 @@ BUILD_DEFS+= USE_INET6 CPPFLAGS+= -DINET6 .endif +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1 |