summaryrefslogtreecommitdiff
path: root/x11/tk
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 /x11/tk
parentf1349125eb73cfee536105a66c0bab7c5347b686 (diff)
downloadpkgsrc-5f4ad95078bf93b70aba68eb54ae3ff92d1a0f54.tar.gz
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index c2e7acf3edf..989020f2979 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/08/25 18:40:48 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2003/02/17 15:28:04 dillo Exp $
DISTNAME= tk8.3.4
PKGNAME= tk-8.3.4
@@ -18,6 +18,7 @@ MAKE_ENV+= TOUCH="${TOUCH}"
USE_X11= yes
USE_LIBTOOL= yes
USE_BUILDLINK2= yes
+TEST_TARGET= test
# Initially install the man pages into ${WRKDIR}/man, as we need a staged
# install to avoid overwriting existing manpages in ${PREFIX}/man.
@@ -83,8 +84,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../unix/tkUnixInt.h ${PREFIX}/include/tk/unix
${INSTALL_DATA} ${WRKSRC}/../unix/tkUnixPort.h ${PREFIX}/include/tk/unix
-test:
- cd ${WRKSRC}; ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test
-
.include "../../lang/tcl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"