aboutsummaryrefslogtreecommitdiff
path: root/converters/libiconv/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-27 09:39:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-27 09:39:53 +0000
commite0e4012d5b29370734f8062afbbe9b9bbed0fff8 (patch)
tree07b0447fe64486fde99a8c1280ef7874521d49a7 /converters/libiconv/Makefile
parent54edf3598f61f7bf6d2d43b643e17d107870cd52 (diff)
Notes
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r--converters/libiconv/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 4897ef07e2d9..da7942b14559 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libiconv
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= converters devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
@@ -14,20 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure libcharset/configure
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
INSTALLS_SHLIB= yes
MAN1= giconv.1
MAN3= giconv.3 giconv_open.3 giconv_close.3
-MAKE_FLAGS+= LIBTOOL="${LIBTOOL}" -ELIBTOOL
-
-post-patch:
- # Patching the test scripts to exit -1 if a comparision fails:
- @${PERL} -pi -e 's,(cmp [^\s]+\s[^\s]+)(\s*2>\s*/dev/null)?\s*\n,\1\
- || exit -1\n,,' ${WRKSRC}/tests/check-translit \
- ${WRKSRC}/tests/check-stateless \
- ${WRKSRC}/tests/check-stateful
.include <bsd.port.mk>