diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-03-19 10:18:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-03-19 10:18:35 +0000 |
commit | 860ecc8e74069335ab2485ae3d664d9de16e01ab (patch) | |
tree | 0473eda1bbc0114347555766a17853ec5571238b /devel/bison1875 | |
parent | 8b3230c32a023595b37a2fb9c928bb53bfd0318e (diff) | |
download | ports-860ecc8e74069335ab2485ae3d664d9de16e01ab.tar.gz ports-860ecc8e74069335ab2485ae3d664d9de16e01ab.zip |
Notes
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 |