summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit2c8802789806b9ddef6e800c82359872ee24551f (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /devel/libtool-base
parent83e8d7237280e315a0f683c2ed6a48dc403586cb (diff)
downloadpkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 6819dcbb589..7f9817e73f9 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/01/10 08:44:19 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2003/02/17 15:27:59 dillo Exp $
#
.include "../libtool/Makefile.common"
@@ -10,8 +10,7 @@ COMMENT= Generic shared library support script (the script itself)
CONFLICTS+= libtool<=1.3.5nb11
-test: build
- cd ${WRKSRC} && ${MAKE} check
+TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"