aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bison-devel
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-23 14:40:35 +0800
committersf <sf@FreeBSD.org>2001-09-23 14:40:35 +0800
commite97c7b09560d04e9faef5ad351810292263ff0b9 (patch)
tree43c4cac32b7621d692b05784cf1128eb3bd10664 /devel/bison-devel
parentb991797b0ef480cac17310c35833794fdebaa5f9 (diff)
downloadfreebsd-ports-gnome-e97c7b09560d04e9faef5ad351810292263ff0b9.tar.gz
freebsd-ports-gnome-e97c7b09560d04e9faef5ad351810292263ff0b9.tar.zst
freebsd-ports-gnome-e97c7b09560d04e9faef5ad351810292263ff0b9.zip
unify info files (no revision bump needed).
Diffstat (limited to 'devel/bison-devel')
-rw-r--r--devel/bison-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile
index 9d4933a964ef..8ceedf16f10d 100644
--- a/devel/bison-devel/Makefile
+++ b/devel/bison-devel/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; \