summaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-02-17 15:27:58 +0000
committerdillo <dillo@pkgsrc.org>2003-02-17 15:27:58 +0000
commit5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /lang/tcl
parentf1349125eb73cfee536105a66c0bab7c5347b686 (diff)
downloadpkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index ad43e09db87..d9a082d5709 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2002/08/25 18:39:28 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2003/02/17 15:28:01 dillo Exp $
#
DISTNAME= tcl8.3.4
@@ -18,6 +18,7 @@ CONFLICTS+= tclman80-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
MAKE_ENV+= TOUCH="${TOUCH}"
+TEST_TARGET= test
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
@@ -83,7 +84,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../generic/tclPort.h ${PREFIX}/include/tcl/generic
${INSTALL_DATA} ${WRKSRC}/../generic/tclRegexp.h ${PREFIX}/include/tcl/generic
-test:
- cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test
-
.include "../../mk/bsd.pkg.mk"