summaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/nttcp/Makefile')
-rw-r--r--benchmarks/nttcp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 5ec7047772c..498165d3c36 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/10/04 20:46:42 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:48 rillig Exp $
DISTNAME= nttcp-1.47
PKGREVISION= 1
@@ -17,11 +17,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
MAKE_ENV+= LIB="-lsocket -lnsl"
.endif
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
cd ${WRKSRC} ; \
${INSTALL_PROGRAM} nttcp ${PREFIX}/bin/nttcp ; \
- ${INSTALL_MAN} nttcp.1 ${PREFIX}/man/man1/nttcp.1
+ ${INSTALL_MAN} nttcp.1 ${PREFIX}/${PKGMANDIR}/man1/nttcp.1
.include "../../mk/bsd.pkg.mk"