summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2012-09-11 22:37:10 +0000
committerasau <asau>2012-09-11 22:37:10 +0000
commit7fbdcede50ed11cf4e67fb60b694c458430517cf (patch)
tree9d70d7bfcc191a9d96a73dffdb5e58631037e2c5
parentee6b18eb26e24f48cb0e8a9f6889cdbf2e1c1a27 (diff)
downloadpkgsrc-7fbdcede50ed11cf4e67fb60b694c458430517cf.tar.gz
"user-destdir" is default these days
-rw-r--r--benchmarks/benchfft/Makefile3
-rw-r--r--benchmarks/blogbench/Makefile4
-rw-r--r--benchmarks/bonnie++/Makefile3
-rw-r--r--benchmarks/bonnie/Makefile3
-rw-r--r--benchmarks/bytebench/Makefile3
-rw-r--r--benchmarks/dbench/Makefile3
-rw-r--r--benchmarks/dhrystone/Makefile3
-rw-r--r--benchmarks/fib/Makefile3
-rw-r--r--benchmarks/filebench/Makefile4
-rw-r--r--benchmarks/flops/Makefile3
-rw-r--r--benchmarks/forkbomb/Makefile4
-rw-r--r--benchmarks/hbench/Makefile3
-rw-r--r--benchmarks/heapsort/Makefile3
-rw-r--r--benchmarks/hint/Makefile3
-rw-r--r--benchmarks/httperf/Makefile3
-rw-r--r--benchmarks/iozone/Makefile3
-rw-r--r--benchmarks/kttcp/Makefile3
-rw-r--r--benchmarks/libmicro/Makefile4
-rw-r--r--benchmarks/linpack-bench/Makefile3
-rw-r--r--benchmarks/lmbench/Makefile3
-rw-r--r--benchmarks/nbench/Makefile4
-rw-r--r--benchmarks/netio/Makefile3
-rw-r--r--benchmarks/netperf/Makefile4
-rw-r--r--benchmarks/netpipe/Makefile3
-rw-r--r--benchmarks/nettest/Makefile3
-rw-r--r--benchmarks/nsieve/Makefile3
-rw-r--r--benchmarks/nttcp/Makefile3
-rw-r--r--benchmarks/paranoia/Makefile3
-rw-r--r--benchmarks/phoronix-test-suite/Makefile4
-rw-r--r--benchmarks/pipebench/Makefile4
-rw-r--r--benchmarks/postal/Makefile3
-rw-r--r--benchmarks/postmark/Makefile3
-rw-r--r--benchmarks/randread/Makefile3
-rw-r--r--benchmarks/skampi/Makefile4
-rw-r--r--benchmarks/super_pi/Makefile4
-rw-r--r--benchmarks/sysbench/Makefile4
-rw-r--r--benchmarks/thrulay/Makefile3
-rw-r--r--benchmarks/ttcp/Makefile3
-rw-r--r--benchmarks/ubench/Makefile4
-rw-r--r--benchmarks/whetstone/Makefile3
-rw-r--r--benchmarks/xengine/Makefile3
-rw-r--r--benchmarks/zelibm/Makefile3
42 files changed, 42 insertions, 96 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 7a1548c32a3..6c8de983c0c 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/02/06 06:24:53 sbd Exp $
+# $NetBSD: Makefile,v 1.37 2012/09/11 22:37:10 asau Exp $
DISTNAME= benchfft-2.0
PKGREVISION= 4
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.fftw.org/benchfft/
COMMENT= Benchmark your machine with a number of FFT algorithms
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake csh:run
diff --git a/benchmarks/blogbench/Makefile b/benchmarks/blogbench/Makefile
index 90dd09acbb1..180911c7d0c 100644
--- a/benchmarks/blogbench/Makefile
+++ b/benchmarks/blogbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/16 21:30:37 zafer Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:11 asau Exp $
#
DISTNAME= blogbench-1.0
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://blogbench.pureftpd.org/
COMMENT= Portable filesystem benchmark
-PKG_DESTDIR_SUPPORT= user-destdir
-
GNU_CONFIGURE= yes
.include "../../mk/pthread.buildlink3.mk"
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index f37af657143..a2652feea34 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2011/01/02 17:45:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.26 2012/09/11 22:37:11 asau Exp $
#
DISTNAME= bonnie++-1.03e
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile
index e9113b870e1..e92a8f76c71 100644
--- a/benchmarks/bonnie/Makefile
+++ b/benchmarks/bonnie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/01/12 15:13:15 hans Exp $
+# $NetBSD: Makefile,v 1.37 2012/09/11 22:37:11 asau Exp $
DISTNAME= bonnie
PKGNAME= bonnie-2.06
@@ -13,7 +13,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
-PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index 1d7b1e02a22..3dd8beacfc5 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/04/04 10:49:37 obache Exp $
+# $NetBSD: Makefile,v 1.23 2012/09/11 22:37:11 asau Exp $
DISTNAME= unixbench-4.1.0
PKGNAME= ${DISTNAME:S/unix/byte/}
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= BYTE Magazine's Public Domain benchmark for UNIX
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
BENCHMARK_ENV+= BINDIR=${WRKSRC}/pgms
BENCHMARK_ENV+= SCRPDIR=${WRKSRC}/pgms
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 6b55b683ddd..3832687230a 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/01/23 09:39:52 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2012/09/11 22:37:11 asau Exp $
DISTNAME= dbench-3.04
PKGREVISION= 1
@@ -10,7 +10,6 @@ HOMEPAGE= http://samba.org/ftp/tridge/dbench/README
COMMENT= Simulation of the Ziff-Davis netbench benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
index 2c6eeca22ef..aca938c8087 100644
--- a/benchmarks/dhrystone/Makefile
+++ b/benchmarks/dhrystone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/06/18 01:46:07 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:11 asau Exp $
DISTNAME= dhry2.1
PKGNAME= dhrystone-2.1
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Reinhold Weicker's DHRYSTONE 2.1 integer benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile
index e6f77d98cec..1ec01f46a63 100644
--- a/benchmarks/fib/Makefile
+++ b/benchmarks/fib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/01/25 00:27:48 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:11 asau Exp $
DISTNAME= fib.c
PKGNAME= fib-980203
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mathematical benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index 76b04242362..f668407d5d6 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/07/02 17:43:16 asau Exp $
+# $NetBSD: Makefile,v 1.2 2012/09/11 22:37:12 asau Exp $
DISTNAME= filebench-1.4.9.1
CATEGORIES= benchmarks
@@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://filebench.sf.net/
COMMENT= File system and storage benchmark
-PKG_DESTDIR_SUPPORT= user-destdir
-
GNU_CONFIGURE= yes
USE_TOOLS= lex
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile
index cdfd83a942a..40616c69385 100644
--- a/benchmarks/flops/Makefile
+++ b/benchmarks/flops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/01/25 00:30:09 zafer Exp $
+# $NetBSD: Makefile,v 1.17 2012/09/11 22:37:12 asau Exp $
DISTNAME= flops
PKGNAME= flops-2.0
@@ -11,7 +11,6 @@ HOMEPAGE= http://performance.netlib.org/performance/html/flops.html
COMMENT= Floating point benchmark to give your MFLOPS rating
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile
index 2e3ba905711..36c5bf4be85 100644
--- a/benchmarks/forkbomb/Makefile
+++ b/benchmarks/forkbomb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/16 21:45:40 zafer Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:12 asau Exp $
#
DISTNAME= forkbomb-1.4
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.tiscali.cz:8080/~cz210552/forkbomb.html
COMMENT= Classic Unix fork() bomber
-PKG_DESTDIR_SUPPORT= user-destdir
-
INSTALLATION_DIRS+= bin man/man8
do-build:
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 652af80e7f3..efd18406978 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2012/07/01 10:18:58 sbd Exp $
+# $NetBSD: Makefile,v 1.49 2012/09/11 22:37:12 asau Exp $
DISTNAME= hbench-OS-1.1
PKGNAME= hbench-1.1
@@ -17,7 +17,6 @@ COMMENT= Suite of portable benchmarks to measure the OS and the hardware
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/HBenchOS
OSVERSION_SPECIFIC= YES
diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile
index aefde9116f8..108fa3f5aa9 100644
--- a/benchmarks/heapsort/Makefile
+++ b/benchmarks/heapsort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/09/14 07:05:27 dholland Exp $
+# $NetBSD: Makefile,v 1.18 2012/09/11 22:37:12 asau Exp $
DISTNAME= heapsort.c
PKGNAME= heapsort-1.0
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Benchmark program for variable sized arrays
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile
index d3cf4c1794c..5e438cf61b3 100644
--- a/benchmarks/hint/Makefile
+++ b/benchmarks/hint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/03/03 00:51:44 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2012/09/11 22:37:12 asau Exp $
DISTNAME= hint_unix_serial
PKGNAME= hint.serial-98.06.12
@@ -11,7 +11,6 @@ HOMEPAGE= http://hint.byu.edu/
COMMENT= Scalable benchmark for testing CPU and memory performance
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= DOUBLE INT
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 2f04f762534..6e810e28ba8 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/07/08 14:22:52 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:12 asau Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/
COMMENT= Popular web server benchmarking program
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 8365d2c8d62..0634ddc88a9 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2012/06/07 15:57:20 asau Exp $
+# $NetBSD: Makefile,v 1.45 2012/09/11 22:37:12 asau Exp $
DISTNAME= iozone3_408
PKGNAME= iozone-3.408
@@ -15,7 +15,6 @@ LICENSE= iozone-license
NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/src/current
MAKE_FILE= makefile
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile
index 2b15dd4d39d..9d890fc46b7 100644
--- a/benchmarks/kttcp/Makefile
+++ b/benchmarks/kttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/04/15 22:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:13 asau Exp $
DISTNAME= kttcp-20020711
CATEGORIES= benchmarks net
@@ -12,7 +12,6 @@ COMMENT= Kernel network throughput benchmark
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-[2-9]*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
USE_BSD_MAKEFILE= yes
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile
index 98ff4ad6068..9644081e71d 100644
--- a/benchmarks/libmicro/Makefile
+++ b/benchmarks/libmicro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/01/25 00:35:48 zafer Exp $
+# $NetBSD: Makefile,v 1.3 2012/09/11 22:37:13 asau Exp $
#
DISTNAME= libmicro-${LIBMICRO_VERSION}
@@ -18,8 +18,6 @@ WRKSRC= ${WRKDIR}/libMicro-${LIBMICRO_VERSION}
USE_TOOLS= gmake tee
BUILD_TARGET= default
-PKG_DESTDIR_SUPPORT= user-destdir
-
INSTALLATION_DIRS= bin
INSTALLATION_DIRS+= libexec/${PKGBASE}
INSTALLATION_DIRS+= libexec/${PKGBASE}/bin
diff --git a/benchmarks/linpack-bench/Makefile b/benchmarks/linpack-bench/Makefile
index 5e8b591dea0..d9d4b7ee47f 100644
--- a/benchmarks/linpack-bench/Makefile
+++ b/benchmarks/linpack-bench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/02/22 14:15:28 asau Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/11 22:37:13 asau Exp $
DISTNAME= linpackc
PKGNAME= linpack-bench-940225
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Collection of benchmarks for floating point
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 66292d26530..844a9bcd3da 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2011/03/11 10:32:20 zafer Exp $
+# $NetBSD: Makefile,v 1.36 2012/09/11 22:37:13 asau Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -12,7 +12,6 @@ HOMEPAGE= http://lmbench.sourceforge.net/
COMMENT= Complete benchmark that gives a large amount of information
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl:run
BUILD_TARGET= build
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile
index c0fd1c28652..907d172b406 100644
--- a/benchmarks/nbench/Makefile
+++ b/benchmarks/nbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/02/16 10:56:10 hans Exp $
+# $NetBSD: Makefile,v 1.6 2012/09/11 22:37:13 asau Exp $
#
DISTNAME= nbench-byte-2.2.2
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tux.org/~mayer/linux/
COMMENT= Benchmark tool for CPU, FPU and memory
-PKG_DESTDIR_SUPPORT= user-destdir
-
MAKE_JOBS_SAFE= no
BUILD_TARGET= default
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index 6844fe47595..0571507b563 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/05/19 08:59:04 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:13 asau Exp $
DISTNAME= netio126
PKGNAME= netio-1.26
@@ -11,7 +11,6 @@ MAINTAINER= tron@NetBSD.org
COMMENT= Network benchmark for OS/2 2.x, Windows NT/2000 and Unix
LICENSE= no-commercial-use
-PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index 043c2defb51..eca29c1a2f9 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/05/06 11:14:01 adam Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/11 22:37:13 asau Exp $
DISTNAME= netperf-2.4.5
CATEGORIES= benchmarks
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.netperf.org/
COMMENT= Rick Jones' network performance benchmarking package
-PKG_DESTDIR_SUPPORT= user-destdir
-
GNU_CONFIGURE= yes
INFO_FILES= yes
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 99504b761e9..0cc3bc8896b 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/10/16 10:15:56 adam Exp $
+# $NetBSD: Makefile,v 1.12 2012/09/11 22:37:13 asau Exp $
DISTNAME= NetPIPE-3.7.1
PKGNAME= netpipe-3.7.1
@@ -11,7 +11,6 @@ COMMENT= TCP/PVM/MPI testing and performance measuring tool
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FILE= makefile
CFLAGS+= -DHAVE_GETRUSAGE
diff --git a/benchmarks/nettest/Makefile b/benchmarks/nettest/Makefile
index bf4540976f1..bdbacb2641e 100644
--- a/benchmarks/nettest/Makefile
+++ b/benchmarks/nettest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/05/18 21:30:49 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:13 asau Exp $
DISTNAME= nettest.92.11.09
PKGNAME= nettest-92.11.09
@@ -9,7 +9,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ginsbach@cray.com
COMMENT= Performs client and server functions for timing data throughput
-PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile
index da87c1e9d0f..0bd780137e7 100644
--- a/benchmarks/nsieve/Makefile
+++ b/benchmarks/nsieve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2010/01/25 00:41:56 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:14 asau Exp $
DISTNAME= nsieve.c
PKGNAME= nsieve-1.2b
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Sieve of Eratosthenes benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
index 2fa34412b55..ea8544988a2 100644
--- a/benchmarks/nttcp/Makefile
+++ b/benchmarks/nttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/04/15 22:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2012/09/11 22:37:14 asau Exp $
DISTNAME= nttcp-1.47
PKGREVISION= 1
@@ -10,7 +10,6 @@ HOMEPAGE= # http://home.leo.org/~elmar/nttcp/
COMMENT= New TCP testing and performance measuring tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index ae77ff8895e..d19506f0126 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/02/22 14:15:28 asau Exp $
+# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:14 asau Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Highly paranoid test of IEEE 754 conformance
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 1ab77691565..1ad0de0913a 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/08/15 22:08:16 marino Exp $
+# $NetBSD: Makefile,v 1.5 2012/09/11 22:37:14 asau Exp $
#
DISTNAME= phoronix-test-suite-${PTS_VERSION}
@@ -12,8 +12,6 @@ HOMEPAGE= http://www.phoronix-test-suite.com/
COMMENT= Phoronix Benchmarking Suite
LICENSE= gnu-gpl-v3
-PKG_DESTDIR_SUPPORT= user-destdir
-
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.2:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2:../../graphics/php-gd
diff --git a/benchmarks/pipebench/Makefile b/benchmarks/pipebench/Makefile
index 750dd3641cd..6d978f4429a 100644
--- a/benchmarks/pipebench/Makefile
+++ b/benchmarks/pipebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/03/11 10:33:21 zafer Exp $
+# $NetBSD: Makefile,v 1.6 2012/09/11 22:37:14 asau Exp $
#
DISTNAME= pipebench-0.40
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.habets.pp.se/synscan/programs.php?prog=pipebench
COMMENT= Measures the speed of a pipe
-PKG_DESTDIR_SUPPORT= user-destdir
-
INSTALLATION_DIRS= bin
do-install:
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 98a27104ec0..53fda551d1f 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/11/24 01:15:41 marino Exp $
+# $NetBSD: Makefile,v 1.17 2012/09/11 22:37:14 asau Exp $
DISTNAME= postal-0.70
CATEGORIES= benchmarks
@@ -11,7 +11,6 @@ COMMENT= Tool for benchmarking SMTP/POP servers
LICENSE= gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile
index f91b41c034e..2feb6e399bb 100644
--- a/benchmarks/postmark/Makefile
+++ b/benchmarks/postmark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/05/16 20:49:50 zafer Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:14 asau Exp $
DISTNAME= postmark-1_5.c
PKGNAME= postmark-1.5
@@ -13,7 +13,6 @@ COMMENT= NetApps file system benchmark
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile
index cf565e1e4b1..6e1a6882dd2 100644
--- a/benchmarks/randread/Makefile
+++ b/benchmarks/randread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/12/14 09:22:44 shattered Exp $
+# $NetBSD: Makefile,v 1.13 2012/09/11 22:37:14 asau Exp $
#
DISTNAME= randread-0.2
@@ -13,7 +13,6 @@ LICENSE= public-domain
ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= randread
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index 2ee8eb43a22..29bce411196 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2010/05/16 11:16:19 asau Exp $
+# $NetBSD: Makefile,v 1.25 2012/09/11 22:37:14 asau Exp $
#
DISTNAME= skampi
@@ -11,8 +11,6 @@ HOMEPAGE= http://liinwww.ira.uka.de/~skampi/
COMMENT= MPI (Message Passing Interface) benchmarks
LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
-
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/skampi-5.0.4-r0355
diff --git a/benchmarks/super_pi/Makefile b/benchmarks/super_pi/Makefile
index 96521e383c4..ab809fcfc13 100644
--- a/benchmarks/super_pi/Makefile
+++ b/benchmarks/super_pi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/28 18:39:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/09/11 22:37:15 asau Exp $
#
DISTNAME= super_pi
@@ -15,8 +15,6 @@ RESTRICTED= ${LICENSE}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
-PKG_DESTDIR_SUPPORT= user-destdir
-
DIST_SUBDIR= ${PKGNAME_NOREV}
INSTALLATION_DIRS= bin
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile
index e98d9f75fea..fd9a6427188 100644
--- a/benchmarks/sysbench/Makefile
+++ b/benchmarks/sysbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/06/14 07:44:47 sbd Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/11 22:37:15 asau Exp $
DISTNAME= sysbench-0.4.12
PKGREVISION= 2
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sysbench.sourceforge.net/
COMMENT= Modular, cross-platform and multi-threaded benchmark tool
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PTHREAD_AUTO_VARS= yes
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile
index 6cc0d27ec9c..440777977d4 100644
--- a/benchmarks/thrulay/Makefile
+++ b/benchmarks/thrulay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/07/08 14:44:00 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2012/09/11 22:37:15 asau Exp $
DISTNAME= thrulay-0.8
CATEGORIES= benchmarks net
@@ -9,7 +9,6 @@ HOMEPAGE= http://shlang.com/thrulay/
COMMENT= TCP and UDP network capacity tester
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 883e04eb50a..88e409f9818 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/04/15 22:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/09/11 22:37:15 asau Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -13,7 +13,6 @@ COMMENT= TCP testing and performance measuring tool
LICENSE= public-domain
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
USE_BSD_MAKEFILE= yes
MAKE_ENV+= NOGCCERROR=yes
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile
index a767b6b132a..7c0eb13d526 100644
--- a/benchmarks/ubench/Makefile
+++ b/benchmarks/ubench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/02/16 11:02:55 hans Exp $
+# $NetBSD: Makefile,v 1.8 2012/09/11 22:37:15 asau Exp $
#
DISTNAME= ubench-0.32
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.phystech.com/download/ubench.html
COMMENT= The Unix Benchmark utility
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILD_TARGET= ubench
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/ubench
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile
index b4180be9197..1ece36fd813 100644
--- a/benchmarks/whetstone/Makefile
+++ b/benchmarks/whetstone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/02/22 14:15:28 asau Exp $
+# $NetBSD: Makefile,v 1.19 2012/09/11 22:37:15 asau Exp $
DISTNAME= whetstone
PKGNAME= whetstone-1.2
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Benchmark for processors that gives you a MIPS rating
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile
index 700609c4d69..7a123516164 100644
--- a/benchmarks/xengine/Makefile
+++ b/benchmarks/xengine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/07/08 14:38:28 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2012/09/11 22:37:15 asau Exp $
DISTNAME= xengine-1.0.1
PKGREVISION= 4
@@ -10,7 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Reciprocating engine for X
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
DIST_SUBDIR= xengine
diff --git a/benchmarks/zelibm/Makefile b/benchmarks/zelibm/Makefile
index 1f0139be59f..614edb9cfd8 100644
--- a/benchmarks/zelibm/Makefile
+++ b/benchmarks/zelibm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/11/01 06:00:42 sbd Exp $
+# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:15 asau Exp $
#
DISTNAME= zelibm
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://people.redhat.com/drepper/libm/
COMMENT= Visual Math Library Quality Check
-PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
USE_TOOLS+= gmake