diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-28 21:02:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-28 21:02:28 +0000 |
commit | fa48dc5f37fe8059bb62ac843ba726a47ba155b0 (patch) | |
tree | 5479b8dc4637d90bcaade2213fe5e5a00cf07ab9 /net/zebra/pkg | |
parent | 6b6cf2ab1e2f4f3067bea6844a570b842457a284 (diff) | |
download | pkgsrc-fa48dc5f37fe8059bb62ac843ba726a47ba155b0.tar.gz |
Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}
and ${BUILDLINK_LIBDIR} to find headers and libraries. Also find tputs()
in termcap first, before looking in tinfo, curses, then ncurses. Simplify
the PLIST handling by using space-separated list of PLIST files in
PLIST_SRC.
Diffstat (limited to 'net/zebra/pkg')
-rw-r--r-- | net/zebra/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zebra/pkg/PLIST b/net/zebra/pkg/PLIST index 3cbb6743cd3..3c4a6f81b5b 100644 --- a/net/zebra/pkg/PLIST +++ b/net/zebra/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2001/02/03 09:45:17 itojun Exp $ +@comment $NetBSD: PLIST,v 1.11 2001/05/28 21:02:29 jlam Exp $ @unexec install-info --delete %D/info/zebra.info %D/info/dir info/zebra.info @exec install-info %D/info/zebra.info %D/info/dir @@ -16,3 +16,4 @@ share/examples/zebra/bgpd.conf.sample2 share/examples/zebra/ospfd.conf.sample share/examples/zebra/ripd.conf.sample share/examples/zebra/zebra.conf.sample +@dirrm share/examples/zebra |