From 0ff2207253e1e204e8649bbe16459cee5a7e7ea9 Mon Sep 17 00:00:00 2001 From: FUJISHIMA Satsuki Date: Sun, 23 Sep 2001 06:40:35 +0000 Subject: unify info files (no revision bump needed). --- devel/bison2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/bison2') diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 9d4933a964ef..8ceedf16f10d 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/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; \ -- cgit v1.2.3