diff options
author | dillo <dillo> | 2003-02-17 15:27:58 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-02-17 15:27:58 +0000 |
commit | 2c8802789806b9ddef6e800c82359872ee24551f (patch) | |
tree | 1af7ef2b2bc5ea7a4f444fbcd0608162da7f6fc3 /lang/tcl/Makefile | |
parent | 83e8d7237280e315a0f683c2ed6a48dc403586cb (diff) | |
download | pkgsrc-2c8802789806b9ddef6e800c82359872ee24551f.tar.gz |
convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
Diffstat (limited to 'lang/tcl/Makefile')
-rw-r--r-- | lang/tcl/Makefile | 6 |
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" |