Create a temporary directory required for building on ruby 2.0, no package change
This commit is contained in:
parent
194bf3856a
commit
41460e13ed
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2013/03/11 02:52:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2013/05/25 23:20:51 jeremy Exp $
|
||||
|
||||
COMMENT= Ruby interface to some common LDAP libraries
|
||||
|
||||
@ -27,6 +27,9 @@ TEST_TARGET= test
|
||||
TEST_DEPENDS= databases/openldap,-server
|
||||
TEST_IS_INTERACTIVE = Yes
|
||||
|
||||
pre-build:
|
||||
mkdir -p ${GEM_BASE}/build_info;
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && /bin/sh ./test/test.sh ruby openldap2 \
|
||||
${LOCALBASE}/libexec/slapd ${SYSCONFDIR}/openldap/schema/
|
||||
|
Loading…
Reference in New Issue
Block a user