summaryrefslogtreecommitdiff
path: root/benchmarks/kttcp
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/kttcp
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/kttcp')
-rw-r--r--benchmarks/kttcp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile
index 8b8f17ae085..7c0ddbc96a0 100644
--- a/benchmarks/kttcp/Makefile
+++ b/benchmarks/kttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/04 06:43:01 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:37 minskim Exp $
DISTNAME= kttcp-${VERSION}
CATEGORIES= benchmarks net
@@ -12,12 +12,16 @@ VERSION= 20020711
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-1.[7-9]* NetBSD-[2-9]*
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_ONLY= # empty
NO_CHECKSUM= # defined
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
+INSTALLATION_DIRS= bin
+
post-extract:
@for FILE in Makefile kttcp.c \
; do \