summaryrefslogtreecommitdiff
path: root/lang/tk-tclX
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/tk-tclX
parentf1349125eb73cfee536105a66c0bab7c5347b686 (diff)
downloadpkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'lang/tk-tclX')
-rw-r--r--lang/tk-tclX/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile
index 2bd74f2d508..98fc09e98e2 100644
--- a/lang/tk-tclX/Makefile
+++ b/lang/tk-tclX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/12/23 17:32:45 bjoern Exp $
+# $NetBSD: Makefile,v 1.10 2003/02/17 15:28:01 dillo Exp $
#
DISTNAME= tclX8.2.0
@@ -19,6 +19,8 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --with-tcl=${PREFIX}/lib \
--with-tk=${PREFIX}/lib
+TEST_DIRS= ${WRKSRC}/../tk/unix
+TEST_TARGET= test
CONFIGURE_ENV+= \
PKGSRC_TCL_SRC_DIR="${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.3.4" \
@@ -65,7 +67,4 @@ post-install:
# we don't want to modify the man page, as it is also used by ../tk-tclX,
# so...
-test:
- @(cd ${WRKSRC}/../tk/unix; ${MAKE_ENV} ${MAKE} test)
-
.include "../../mk/bsd.pkg.mk"