diff options
author | dillo <dillo@pkgsrc.org> | 2003-07-12 13:13:46 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-07-12 13:13:46 +0000 |
commit | 9d47c6ba38c4207a7919a9ff22c87fad693eb4ad (patch) | |
tree | 68457ba24041937092778809b478b50fbdc41ad7 /converters/libiconv | |
parent | 123568f0eb99db39747085f2e00ca92b49b2adc7 (diff) | |
download | pkgsrc-9d47c6ba38c4207a7919a9ff22c87fad693eb4ad.tar.gz |
use TEST_TARGET instead of custom test target
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 7 |
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" |