summaryrefslogtreecommitdiff
path: root/benchmarks/ttcp
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
committerminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
commit7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/ttcp
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r--benchmarks/ttcp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 1e506754936..828905cd367 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/30 10:16:52 he Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:38 minskim Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -11,6 +11,8 @@ MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.ccci.com/tools/ttcp/
COMMENT= TCP testing and performance measuring tool
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \
MANOWN=${MANOWN} MANGRP=${MANGRP}
@@ -23,6 +25,8 @@ MANCOMPRESSED_IF_MANZ= YES
MAKE_FLAGS= CFLAGS="-Din_addr_t=\"unsigned long\""
.endif
+INSTALLATION_DIRS= bin man/cat1 man/man1
+
.if (${OPSYS} == SunOS)
do-build:
cd ${WRKSRC} && \