diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-23 06:40:35 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-23 06:40:35 +0000 |
commit | 0ff2207253e1e204e8649bbe16459cee5a7e7ea9 (patch) | |
tree | 6b80b4a7c378c55d3ffe38b4fbe7feb62bb1655f /devel/bison175 | |
parent | 2bb6fff608a5650366c9592e2551c8f79fef6b66 (diff) | |
download | ports-0ff2207253e1e204e8649bbe16459cee5a7e7ea9.tar.gz ports-0ff2207253e1e204e8649bbe16459cee5a7e7ea9.zip |
Notes
Diffstat (limited to 'devel/bison175')
-rw-r--r-- | devel/bison175/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 9d4933a964ef..8ceedf16f10d 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/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; \ |