summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authordillo <dillo>2003-07-12 13:13:46 +0000
committerdillo <dillo>2003-07-12 13:13:46 +0000
commit86622fcfbd1624cf919f7b06c57effd5c8a28dd8 (patch)
tree68457ba24041937092778809b478b50fbdc41ad7 /converters
parentd57742f1f0803bc6dcd3d5dc3fae25523fa6206c (diff)
downloadpkgsrc-86622fcfbd1624cf919f7b06c57effd5c8a28dd8.tar.gz
use TEST_TARGET instead of custom test target
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index edbdf8dd01c..6d9ff23214f 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/02/28 22:15:29 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/07/12 13:13:46 dillo Exp $
#
DISTNAME= libiconv-1.8
@@ -16,6 +16,8 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/libcharset/libtool
+TEST_TARGET= check
+
# remove any existing charset.alias; if it already exists, libiconv does
# not overwrite it, and older versions of libiconv wrote incorrect
# charset.alias files, which were not removed during deinstall since
@@ -27,7 +29,4 @@ pre-install:
post-install:
cd ${WRKSRC}/libcharset/lib && ${MAKE} install-lib
-test: build
- cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | tee ${WRKDIR}/check.log
-
.include "../../mk/bsd.pkg.mk"