diff options
author | ache <ache@FreeBSD.org> | 2002-03-19 10:18:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-03-19 10:18:35 +0000 |
commit | 803baa05c553128118d2276693707434f2ba226c (patch) | |
tree | c5dcd1faef76764ce2e2dadc132b7f451b577fda /devel/bison-devel | |
parent | 83f63d84b84d5704e4e4b6d61c2cf22052ac82cc (diff) | |
download | FreeBSD-ports-803baa05c553128118d2276693707434f2ba226c.zip FreeBSD-ports-803baa05c553128118d2276693707434f2ba226c.tar.gz |
Remove iconv->giconv hack
Diffstat (limited to 'devel/bison-devel')
-rw-r--r-- | devel/bison-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index a52e63f..6359ddd 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/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 |