summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit614ccb423c152a431aa1ea36e39e8e6ea9d29f45 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /databases/openldap
parent1ec18aae07f54c817a6714d87afb257e0711c880 (diff)
downloadpkgsrc-614ccb423c152a431aa1ea36e39e8e6ea9d29f45.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index c753f0599d6..291746f2e31 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2003/01/29 22:05:33 kleink Exp $
+# $NetBSD: Makefile,v 1.53 2003/02/17 15:27:59 dillo Exp $
DISTNAME= openldap-2.0.27
PKGREVISION= 2
@@ -17,6 +17,7 @@ USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/build/ltconfig
+TEST_TARGET= test
# unfortunately, --enable-phonetic cannot be disabled by runtime configuration
GNU_CONFIGURE= YES
@@ -95,10 +96,6 @@ post-install:
${RM} -f ${PKG_SYSCONFDIR}/$${file}.default; \
done
-test:
- -@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} test
-
.include "../../security/openssl/buildlink2.mk"
.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"