summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite/Makefile
diff options
context:
space:
mode:
authormarino <marino>2012-08-15 22:08:16 +0000
committermarino <marino>2012-08-15 22:08:16 +0000
commit0414bd1acc9f27b22882ff518d84adbb2be91503 (patch)
tree84f86ebd4eeac9c752239ae00056a7ba3938fbb8 /benchmarks/phoronix-test-suite/Makefile
parent3df6d494e0258a6549572403e8902c8bdcd0cafa (diff)
downloadpkgsrc-0414bd1acc9f27b22882ff518d84adbb2be91503.tar.gz
benchmarks/phoronix-test-suite: Change "cp -r"
The "-r" option is highly discouraged in BSD although it's reluctantly supported. The problem is that it doesn't behave the same on all platforms. For example, "cp -r pts-core/ destdir/" won't always give the same results: On NetBSD, pts-core files are put: /destdir/pts-core/<files> On DragonFly pts-core files are put: /destdir/<files> That messes the PLIST up. This changes "cp -r <dir>/" to "cp -R <dir>" which has the same behavior on different platforms. Tested on NetBSD and DragonFly
Diffstat (limited to 'benchmarks/phoronix-test-suite/Makefile')
-rw-r--r--benchmarks/phoronix-test-suite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 9be4fef858a..1ab77691565 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/06/16 02:50:47 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/08/15 22:08:16 marino Exp $
#
DISTNAME= phoronix-test-suite-${PTS_VERSION}
PTS_VERSION= 3.4.0
+PKG_REVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://www.phoronix-test-suite.com/releases/