summaryrefslogtreecommitdiffstats
path: root/devel/bison-devel
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-03-14 16:05:31 +0000
committernaddy <naddy@FreeBSD.org>2002-03-14 16:05:31 +0000
commit2242754636c51bc6a58ce737d44a74727aab53d0 (patch)
treed9dc3b38fbe6f537685f4e8e359aff6f2cf6db3c /devel/bison-devel
parent13819a2d634c6d5179f805b1f748e3b0b875a229 (diff)
downloadFreeBSD-ports-2242754636c51bc6a58ce737d44a74727aab53d0.zip
FreeBSD-ports-2242754636c51bc6a58ce737d44a74727aab53d0.tar.gz
Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
Diffstat (limited to 'devel/bison-devel')
-rw-r--r--devel/bison-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile
index d66abad..6b179cd 100644
--- a/devel/bison-devel/Makefile
+++ b/devel/bison-devel/Makefile
@@ -28,8 +28,8 @@ MAN1= bison.1
post-extract:
@${RM} -f ${WRKSRC}/doc/bison.info*
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \
- 's|-liconv|-lgiconv|g ; s|iconv\.h|giconv\.h|g'
+ @${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
OpenPOWER on IntegriCloud