aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/quagga/Makefile8
-rw-r--r--net/quagga/files/patch-doc-Makefile.in11
2 files changed, 7 insertions, 12 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 7cd5b0d6fe2f..d19d82c29d26 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/ \
http://www.ru.quagga.net/download/ \
@@ -34,6 +34,7 @@ LIBTOOLFILES= configure
MAN1= vtysh.1
MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
+INFO= quagga
OPTIONS= ISISD "Enable experimental ISIS daemon" off \
PAM "PAM authentication for vtysh" off \
@@ -122,6 +123,11 @@ EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_network.c ${PATCHDIR}/ext
CFLAGS+= -DQUAGGA_TCP_MD5SIG
.endif
+.if ${OSVERSION} < 600000
+BUILD_DEPENDS+=${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
+CONFIGURE_ENV+=MAKEINFO=${LOCALBASE}/bin/makeinfo
+.endif
+
USE_RC_SUBR= watchquagga.sh
.if ${OSVERSION} < 500000 || ${OSVERSION} >= 600101
USE_RC_SUBR+= quagga.sh
diff --git a/net/quagga/files/patch-doc-Makefile.in b/net/quagga/files/patch-doc-Makefile.in
deleted file mode 100644
index 4aefe1fb9f14..000000000000
--- a/net/quagga/files/patch-doc-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Thu May 11 01:53:06 2006
-+++ doc/Makefile.in Mon May 29 19:17:40 2006
-@@ -600,7 +600,7 @@
-
- info-am: $(INFO_DEPS)
-
--install-data-am: install-info-am install-man
-+install-data-am: install-man
-
- install-exec-am:
-