summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-04 14:45:26 +0000
committerseb <seb@pkgsrc.org>2003-08-04 14:45:26 +0000
commite66e8651b3ca434a25e3953e4ec4ac7f633b8284 (patch)
treefaff9f6cb2eb3f82f872e061c252a36b17399a0b /net/zebra
parent01b8cdea6be5b5a7b70217e36d6a6295ec0699c1 (diff)
downloadpkgsrc-e66e8651b3ca434a25e3953e4ec4ac7f633b8284.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile6
-rw-r--r--net/zebra/PLIST4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 9d7060639c5..fc3f4b64cc6 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2002/10/02 19:36:55 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2003/08/04 14:45:26 seb Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
PLIST_SRC= # empty
+USE_NEW_TEXINFO= YES
+INFO_FILES= zebra.info
+
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
USE_GNU_READLINE= # uses rl_pending_input
. include "../../devel/readline/buildlink2.mk"
@@ -60,5 +63,4 @@ post-install:
@${CHMOD} a+r ${PREFIX}/share/examples/zebra/*
.include "../../mk/automake.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/zebra/PLIST b/net/zebra/PLIST
index 596c29e9af2..036c4ca38a4 100644
--- a/net/zebra/PLIST
+++ b/net/zebra/PLIST
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2002/08/25 21:50:20 jlam Exp $
-@unexec ${INSTALL_INFO} --delete %D/info/zebra.info %D/info/dir
+@comment $NetBSD: PLIST,v 1.5 2003/08/04 14:45:26 seb Exp $
info/zebra.info
-@exec ${INSTALL_INFO} %D/info/zebra.info %D/info/dir
man/man1/vtysh.1
man/man8/bgpd.8
man/man8/ospfd.8