diff options
author | sem <sem@FreeBSD.org> | 2007-02-28 23:17:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-02-28 23:17:40 +0800 |
commit | 90ab7b4d23f3dd517f701e76bbe5be8a5144c95d (patch) | |
tree | fbcd6489a4b7ffbbc18174db747fb15e0f31791a | |
parent | e11f5dd0d2af18abf014bdb42a87105548ddd0fa (diff) | |
download | freebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.tar.gz freebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.tar.zst freebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.zip |
- Restore info files install and fix build them on OSVERSION<600000
PR: ports/109593
Submitted by: Eugene Grosbein <eugen_AT_grosbein.pp.ru>
Approved by: maintainer
-rw-r--r-- | net/quagga/Makefile | 8 | ||||
-rw-r--r-- | net/quagga/files/patch-doc-Makefile.in | 11 |
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: - |