aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-bdb
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-08 18:54:33 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-08 18:54:33 +0000
commite34e40cf9db24f1bf45cc0d4baeb754f1478a2ec (patch)
tree42fa4b78028dd161f83df6549d4aa664a70311fa /databases/ruby-bdb
parentfc3cc998444edffcef7bc146ebec9062ef05f949 (diff)
- Allow regression tests to be run under ruby 1.9
still has issues w/ it, stick to 1.8 for now PR: ports/160402 Submitted by: Mikhail T. <mi@aldan.algebra.com> Approved by: maintainer timeout (knu ; 159 days) Sponsored by: RideCharge Inc. / TaxiMagic
Notes
Notes: svn path=/head/; revision=290726
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r--databases/ruby-bdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index d8d3bf63b354..43aaa57e76aa 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -68,6 +68,7 @@ post-install:
.endif
regression-test:
+ @${MKDIR} ${BUILD_WRKSRC}/tmp
( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test )