summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-09 14:05:50 +0000
committerwiz <wiz>2014-10-09 14:05:50 +0000
commit0ca24c1af5563b08ee1df8413b6aebae950b9b8e (patch)
tree82ab845b1db083e88ed835d07dece15a80699928 /benchmarks
parent2f5cad52732deb4e9abb3c2614e88d90934ed2bb (diff)
downloadpkgsrc-0ca24c1af5563b08ee1df8413b6aebae950b9b8e.tar.gz
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile4
-rw-r--r--benchmarks/bonnie++/Makefile4
-rw-r--r--benchmarks/bonnie/Makefile4
-rw-r--r--benchmarks/bytebench/Makefile4
-rw-r--r--benchmarks/dbench/Makefile4
-rw-r--r--benchmarks/dhrystone/Makefile4
-rw-r--r--benchmarks/fib/Makefile4
-rw-r--r--benchmarks/flops/Makefile4
-rw-r--r--benchmarks/hbench/Makefile4
-rw-r--r--benchmarks/heapsort/Makefile4
-rw-r--r--benchmarks/hint/Makefile4
-rw-r--r--benchmarks/httperf/Makefile4
-rw-r--r--benchmarks/iozone/Makefile4
-rw-r--r--benchmarks/kttcp/Makefile4
-rw-r--r--benchmarks/linpack-bench/Makefile4
-rw-r--r--benchmarks/lmbench/Makefile4
-rw-r--r--benchmarks/netio/Makefile4
-rw-r--r--benchmarks/netpipe/Makefile4
-rw-r--r--benchmarks/nettest/Makefile4
-rw-r--r--benchmarks/nsieve/Makefile4
-rw-r--r--benchmarks/nttcp/Makefile4
-rw-r--r--benchmarks/paranoia/Makefile4
-rw-r--r--benchmarks/postal/Makefile4
-rw-r--r--benchmarks/postmark/Makefile4
-rw-r--r--benchmarks/randread/Makefile4
-rw-r--r--benchmarks/thrulay/Makefile4
-rw-r--r--benchmarks/ttcp/Makefile4
-rw-r--r--benchmarks/whetstone/Makefile4
-rw-r--r--benchmarks/xengine/Makefile4
29 files changed, 29 insertions, 87 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 6c8de983c0c..64eda893cba 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/09/11 22:37:10 asau Exp $
+# $NetBSD: Makefile,v 1.38 2014/10/09 14:05:58 wiz Exp $
DISTNAME= benchfft-2.0
PKGREVISION= 4
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fftw.org/benchfft/
COMMENT= Benchmark your machine with a number of FFT algorithms
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
USE_TOOLS+= gmake csh:run
USE_LANGUAGES= c fortran77
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 7f4cd8d8a95..0790a723db4 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/05/29 23:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/10/09 14:05:58 wiz Exp $
#
DISTNAME= bonnie++-1.03e
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run tee
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index 15ec9b7a774..fce7fa41cea 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2013/09/10 14:12:38 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2014/10/09 14:05:58 wiz Exp $
DISTNAME= bonnie
PKGNAME= bonnie-2.06
@@ -12,8 +12,6 @@ COMMENT= Performance Test of Sequential Filesystem I/O and STDIO
NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index fe58b1b97da..5b9055a1fab 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/05/29 23:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/10/09 14:05:58 wiz Exp $
DISTNAME= unixbench-4.1.0
PKGNAME= ${DISTNAME:S/unix/byte/}
@@ -10,8 +10,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= BYTE Magazine's Public Domain benchmark for UNIX
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BENCHMARK_ENV+= BINDIR=${WRKSRC}/pgms
BENCHMARK_ENV+= SCRPDIR=${WRKSRC}/pgms
BENCHMARK_ENV+= RESULTDIR=${WRKSRC}/results
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 3832687230a..8cea8ffb88f 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/09/11 22:37:11 asau Exp $
+# $NetBSD: Makefile,v 1.16 2014/10/09 14:05:58 wiz Exp $
DISTNAME= dbench-3.04
PKGREVISION= 1
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://samba.org/ftp/tridge/dbench/README
COMMENT= Simulation of the Ziff-Davis netbench benchmark
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
index aca938c8087..3d4036c5209 100644
--- a/benchmarks/dhrystone/Makefile
+++ b/benchmarks/dhrystone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:11 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $
DISTNAME= dhry2.1
PKGNAME= dhrystone-2.1
@@ -10,8 +10,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Reinhold Weicker's DHRYSTONE 2.1 integer benchmark
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index 1ec01f46a63..f2c13c739de 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:11 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/09 14:05:59 wiz Exp $
DISTNAME= fib.c
PKGNAME= fib-980203
@@ -9,8 +9,6 @@ EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mathematical benchmark
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index 40616c69385..a8fab186ec8 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/09/11 22:37:12 asau Exp $
+# $NetBSD: Makefile,v 1.18 2014/10/09 14:05:59 wiz Exp $
DISTNAME= flops
PKGNAME= flops-2.0
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://performance.netlib.org/performance/html/flops.html
COMMENT= Floating point benchmark to give your MFLOPS rating
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 9697a873771..b40b9f1c2ac 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/05/29 23:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2014/10/09 14:05:59 wiz Exp $
DISTNAME= hbench-OS-1.1
PKGNAME= hbench-1.1
@@ -16,8 +16,6 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}/HBenchOS
OSVERSION_SPECIFIC= YES
BUILD_TARGET= build
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index 108fa3f5aa9..7d46522d34e 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/09/11 22:37:12 asau Exp $
+# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:59 wiz Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -9,8 +9,6 @@ EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Benchmark program for variable sized arrays
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index 5e438cf61b3..c14a3728015 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/09/11 22:37:12 asau Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:05:59 wiz Exp $
DISTNAME= hint_unix_serial
PKGNAME= hint.serial-98.06.12
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hint.byu.edu/
COMMENT= Scalable benchmark for testing CPU and memory performance
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_TARGET= DOUBLE INT
WRKSRC= ${WRKDIR}/unix
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 6e810e28ba8..11de2a940db 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:12 asau Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/09 14:05:59 wiz Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/
COMMENT= Popular web server benchmarking program
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 048110a8e51..587064e8d89 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/05/29 23:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2014/10/09 14:05:59 wiz Exp $
DISTNAME= iozone3_408
PKGNAME= iozone-3.408
@@ -15,8 +15,6 @@ LICENSE= iozone-license
NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}/${DISTNAME}/src/current
MAKE_FILE= makefile
USE_TOOLS+= tee perl
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile
index 9d890fc46b7..3a455538b54 100644
--- a/benchmarks/kttcp/Makefile
+++ b/benchmarks/kttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:13 asau Exp $
+# $NetBSD: Makefile,v 1.21 2014/10/09 14:05:59 wiz Exp $
DISTNAME= kttcp-20020711
CATEGORIES= benchmarks net
@@ -11,8 +11,6 @@ COMMENT= Kernel network throughput benchmark
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-[2-9]*-*
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_BSD_MAKEFILE= yes
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/linpack-bench/Makefile b/benchmarks/linpack-bench/Makefile
index d9d4b7ee47f..e6b16ac0c86 100644
--- a/benchmarks/linpack-bench/Makefile
+++ b/benchmarks/linpack-bench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/09/11 22:37:13 asau Exp $
+# $NetBSD: Makefile,v 1.10 2014/10/09 14:05:59 wiz Exp $
DISTNAME= linpackc
PKGNAME= linpack-bench-940225
@@ -9,8 +9,6 @@ EXTRACT_SUFX= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Collection of benchmarks for floating point
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index b25cd39441a..63c0bfe29f5 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/05/29 23:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2014/10/09 14:05:59 wiz Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lmbench.sourceforge.net/
COMMENT= Complete benchmark that gives a large amount of information
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_TOOLS+= gmake perl:run
BUILD_TARGET= build
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index 0571507b563..c09b1b8f411 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:13 asau Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/09 14:05:59 wiz Exp $
DISTNAME= netio126
PKGNAME= netio-1.26
@@ -11,8 +11,6 @@ MAINTAINER= tron@NetBSD.org
COMMENT= Network benchmark for OS/2 2.x, Windows NT/2000 and Unix
LICENSE= no-commercial-use
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
MAKE_FLAGS+= CC=${CC:Q} CFLAGS="-DUNIX ${PTHREAD_CFLAGS} ${CFLAGS}" \
LFLAGS="${PTHREAD_LDFLAGS} ${LDFLAGS}" \
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 0cc3bc8896b..7852f8b605c 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/09/11 22:37:13 asau Exp $
+# $NetBSD: Makefile,v 1.13 2014/10/09 14:05:59 wiz Exp $
DISTNAME= NetPIPE-3.7.1
PKGNAME= netpipe-3.7.1
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.scl.ameslab.gov/netpipe/
COMMENT= TCP/PVM/MPI testing and performance measuring tool
LICENSE= gnu-gpl-v2
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
MAKE_FILE= makefile
CFLAGS+= -DHAVE_GETRUSAGE
diff --git a/benchmarks/nettest/Makefile b/benchmarks/nettest/Makefile
index bdbacb2641e..12ae5e01a24 100644
--- a/benchmarks/nettest/Makefile
+++ b/benchmarks/nettest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:13 asau Exp $
+# $NetBSD: Makefile,v 1.8 2014/10/09 14:06:00 wiz Exp $
DISTNAME= nettest.92.11.09
PKGNAME= nettest-92.11.09
@@ -9,8 +9,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ginsbach@cray.com
COMMENT= Performs client and server functions for timing data throughput
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile
index 0bd780137e7..ccc615436f5 100644
--- a/benchmarks/nsieve/Makefile
+++ b/benchmarks/nsieve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:14 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:00 wiz Exp $
DISTNAME= nsieve.c
PKGNAME= nsieve-1.2b
@@ -9,8 +9,6 @@ EXTRACT_SUFX= #empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Sieve of Eratosthenes benchmark
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index ea8544988a2..734c418f051 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/09/11 22:37:14 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:00 wiz Exp $
DISTNAME= nttcp-1.47
PKGREVISION= 1
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # http://home.leo.org/~elmar/nttcp/
COMMENT= New TCP testing and performance measuring tool
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index 0b453697a8b..c61d2e7ce28 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/07/17 12:45:19 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:00 wiz Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .c
MAINTAINER= gdt@NetBSD.org
COMMENT= Highly paranoid test of IEEE 754 conformance
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 6362a3aa3e4..00ef62b2df7 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/02/12 23:17:35 tron Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:00 wiz Exp $
DISTNAME= postal-0.70
PKGREVISION= 2
@@ -11,8 +11,6 @@ HOMEPAGE= http://www.coker.com.au/postal/
COMMENT= Tool for benchmarking SMTP/POP servers
LICENSE= gnu-gpl-v3
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index e52877e22f6..7b8e9f10cb8 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/04/06 12:03:59 rodent Exp $
+# $NetBSD: Makefile,v 1.18 2014/10/09 14:06:00 wiz Exp $
DISTNAME= postmark-1_5.c
PKGNAME= postmark-1.5
@@ -12,8 +12,6 @@ COMMENT= NetApps file system benchmark
EXTRACT_CMD= ${CP} $$extract_file postmark.c
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index 6e1a6882dd2..c32823c54e9 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/09/11 22:37:14 asau Exp $
+# $NetBSD: Makefile,v 1.14 2014/10/09 14:06:00 wiz Exp $
#
DISTNAME= randread-0.2
@@ -12,8 +12,6 @@ LICENSE= public-domain
ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile
index 673377e6e24..dd14da6f458 100644
--- a/benchmarks/thrulay/Makefile
+++ b/benchmarks/thrulay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/02 23:48:16 asau Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:00 wiz Exp $
DISTNAME= thrulay-0.9
CATEGORIES= benchmarks net
@@ -10,8 +10,6 @@ HOMEPAGE= http://thrulay.sourceforge.net/
COMMENT= TCP and UDP network capacity tester
LICENSE= modified-bsd
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
MAKE_JOBS_SAFE= no
USE_LIBTOOL= yes
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index a73b52f81ad..ec5168e8ad8 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/12/17 15:05:23 tron Exp $
+# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:00 wiz Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -12,8 +12,6 @@ HOMEPAGE= http://www.ccci.com/tools/ttcp/
COMMENT= TCP testing and performance measuring tool
LICENSE= public-domain
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
USE_BSD_MAKEFILE= yes
USE_TOOLS+= nroff
MAKE_ENV+= NOGCCERROR=yes
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index 1ece36fd813..9eba577e53a 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:15 asau Exp $
+# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:00 wiz Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -9,8 +9,6 @@ EXTRACT_SUFX= .c
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Benchmark for processors that gives you a MIPS rating
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 7a123516164..4c89d937ceb 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/09/11 22:37:15 asau Exp $
+# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:00 wiz Exp $
DISTNAME= xengine-1.0.1
PKGREVISION= 4
@@ -9,8 +9,6 @@ DISTFILES= part01.z patch1.z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Reciprocating engine for X
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xengine
USE_IMAKE= yes