diff options
author | ache <ache@FreeBSD.org> | 2002-03-19 18:18:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-03-19 18:18:35 +0800 |
commit | 803baa05c553128118d2276693707434f2ba226c (patch) | |
tree | c5dcd1faef76764ce2e2dadc132b7f451b577fda /devel/bison1875 | |
parent | 83f63d84b84d5704e4e4b6d61c2cf22052ac82cc (diff) | |
download | freebsd-ports-gnome-803baa05c553128118d2276693707434f2ba226c.tar.gz freebsd-ports-gnome-803baa05c553128118d2276693707434f2ba226c.tar.zst freebsd-ports-gnome-803baa05c553128118d2276693707434f2ba226c.zip |
Remove iconv->giconv hack
Diffstat (limited to 'devel/bison1875')
-rw-r--r-- | devel/bison1875/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index a52e63f64d4f..6359ddd29042 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/Makefile @@ -8,7 +8,7 @@ PORTNAME= bison PORTVERSION= 1.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison @@ -28,8 +28,6 @@ MAN1= bison.1 post-extract: @${RM} -f ${WRKSRC}/doc/bison.info* - @${PERL} -pi -e 's|-liconv|-lgiconv|g ; s|iconv\.h|giconv\.h|g' \ - ${WRKSRC}/configure ${WRKSRC}/intl/gettextP.h post-install: install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir |