Commit graph

9 commits

Author SHA1 Message Date
sbd
248ba358a9 Use ${PKGMANDIR} for manpages. 2013-04-01 06:13:12 +00:00
obache
778bed8bfb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
asau
c3874e0fe0 "user-destdir" is default these days 2012-09-11 22:37:10 +00:00
marino
599d5d3106 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
2012-08-15 22:08:16 +00:00
taca
a69dc08fa1 * Don't strictly depends on php53.
* Use updated phpversion.mk.
2012-06-16 02:50:47 +00:00
hans
f2f0f0f21e Fix PLIST for !NetBSD platforms. 2012-02-16 11:05:20 +00:00
jym
4cfefc377d Fix bad copy/pasto. 2011-12-07 00:34:26 +00:00
jym
2079d8ca8d Welcome to phoronix-test-suite-3.4.0.
Dunno why only part of the my patch got committed. Hmm.
2011-12-07 00:30:16 +00:00
jym
265d4cb9df Welcome to phoronix-test-suite-3.4.0.
DESCR:
The Phoronix Test Suite is the most comprehensive testing and benchmarking
platform available for the *nix operating system. This software is designed
to effectively carry out both qualitative and quantitative benchmarks in a
clean, reproducible, and easy-to-use manner.
2011-12-07 00:23:09 +00:00