summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-07-02 22:28:05 +0000
committerjtb <jtb@pkgsrc.org>2003-07-02 22:28:05 +0000
commit157d032de41eb89b15dc588c6e406693b481d2c3 (patch)
tree902ccdd13a949ce1f920307429332238ed472c4a
parentef56ddbd0f5a61938ead3fc94bc9be6331fa35d8 (diff)
downloadpkgsrc-157d032de41eb89b15dc588c6e406693b481d2c3.tar.gz
Add a TEST_TARGET.
-rw-r--r--lang/icon/Makefile3
-rw-r--r--math/gsl/Makefile6
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 53ad774ba56..8515d5bc477 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/06/06 08:58:42 jtb Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/02 22:30:36 jtb Exp $
DISTNAME= icon.v942src
PKGNAME= icon-9.4.2
@@ -15,6 +15,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
CONFIGURE_TARGET= X-Configure
ALL_TARGET= All
+TEST_TARGET= Test
pre-build:
${MKDIR} ${WRKSRC}/lib/icon
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 52d01149026..e060ff5cb15 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/02/17 01:01:38 jtb Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/02 22:28:05 jtb Exp $
DISTNAME= gsl-1.3
CATEGORIES= math devel
@@ -10,7 +10,9 @@ COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+TEST_TARGET= check
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"