summaryrefslogtreecommitdiff
path: root/devel/bison-devel
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-03-14 16:05:31 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-03-14 16:05:31 +0000
commit3f324864be1a717f94372f23fd1e60e801150a7f (patch)
treed1613c138acdca61179842edc33cf04de153976d /devel/bison-devel
parentAdd pth directory for LIB_DEPENDS (diff)
Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
Notes
Notes: svn path=/head/; revision=56087
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 d66abadc21c6..6b179cd70a38 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