From e97c7b09560d04e9faef5ad351810292263ff0b9 Mon Sep 17 00:00:00 2001 From: sf Date: Sun, 23 Sep 2001 06:40:35 +0000 Subject: unify info files (no revision bump needed). --- devel/bison/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/bison') diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 9d4933a..8ceedf1 100644 --- a/devel/bison/Makefile +++ b/devel/bison/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.1