summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authordillo <dillo>2003-02-17 15:27:58 +0000
committerdillo <dillo>2003-02-17 15:27:58 +0000
commit614ccb423c152a431aa1ea36e39e8e6ea9d29f45 (patch)
tree1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /x11/tk
parent1ec18aae07f54c817a6714d87afb257e0711c880 (diff)
downloadpkgsrc-614ccb423c152a431aa1ea36e39e8e6ea9d29f45.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"