diff options
author | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-02-17 15:27:58 +0000 |
commit | 5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /databases/openldap | |
parent | f1349125eb73cfee536105a66c0bab7c5347b686 (diff) | |
download | pkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.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/Makefile | 7 |
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" |