aboutsummaryrefslogtreecommitdiff
path: root/devel/bison20
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-23 06:40:35 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-23 06:40:35 +0000
commit0ff2207253e1e204e8649bbe16459cee5a7e7ea9 (patch)
tree6b80b4a7c378c55d3ffe38b4fbe7feb62bb1655f /devel/bison20
parent2bb6fff608a5650366c9592e2551c8f79fef6b66 (diff)
downloadports-0ff2207253e1e204e8649bbe16459cee5a7e7ea9.tar.gz
ports-0ff2207253e1e204e8649bbe16459cee5a7e7ea9.zip
unify info files (no revision bump needed).
Notes
Notes: svn path=/head/; revision=48112
Diffstat (limited to 'devel/bison20')
-rw-r--r--devel/bison20/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile
index 9d4933a964ef..8ceedf16f10d 100644
--- a/devel/bison20/Makefile
+++ b/devel/bison20/Makefile
@@ -18,10 +18,14 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
+ LDFLAGS="-L${LOCALBASE}/lib -lintl" \
+ MAKEINFO="makeinfo --no-split"
MAN1= bison.1
+post-extract:
+ ${RM} -f ${WRKSRC}/doc/bison.info*
+
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \