diff options
author | kris <kris@FreeBSD.org> | 2003-08-16 17:21:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-16 17:21:42 +0800 |
commit | 4d73b3f9310f0ce389fc95b8c9eff590647615a0 (patch) | |
tree | e420ac8d474fe5b81b10b4497900ef5aa96a65ef /net | |
parent | d9e2d9182a170ba03c36e60f09da2132f98d769c (diff) | |
download | freebsd-ports-gnome-4d73b3f9310f0ce389fc95b8c9eff590647615a0.tar.gz freebsd-ports-gnome-4d73b3f9310f0ce389fc95b8c9eff590647615a0.tar.zst freebsd-ports-gnome-4d73b3f9310f0ce389fc95b8c9eff590647615a0.zip |
Utilize INFO, fix and sort pkg-plist, and bump PORTREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-pj/Makefile | 2 | ||||
-rw-r--r-- | net/zebra-pj/pkg-plist | 35 |
2 files changed, 22 insertions, 15 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index aec4f779dcc2..d1e4730f7fdc 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -7,6 +7,7 @@ PORTNAME= zebra-pj PORTVERSION= 20030810 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.quagga.net/snapshots/cvs/ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION} @@ -24,6 +25,7 @@ ZEBRAVER= 0.94 MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 +INFO= zebra .if !defined(BATCH) pre-configure: diff --git a/net/zebra-pj/pkg-plist b/net/zebra-pj/pkg-plist index c8ec32930086..c643e5913987 100644 --- a/net/zebra-pj/pkg-plist +++ b/net/zebra-pj/pkg-plist @@ -1,10 +1,3 @@ -sbin/bgpd -sbin/ospf6d -sbin/ospfd -sbin/ripd -sbin/ripngd -sbin/zebra -sbin/zebractl bin/vtysh etc/zebra/bgpd.conf.sample etc/zebra/bgpd.conf.sample2 @@ -12,13 +5,25 @@ etc/zebra/ospf6d.conf.sample etc/zebra/ospfd.conf.sample etc/zebra/ripd.conf.sample etc/zebra/ripngd.conf.sample -etc/zebra/zebra.conf.sample etc/zebra/vtysh.conf.sample -@unexec install-info --delete %D/info/zebra.info %D/info/dir -info/zebra.info -info/zebra.info-1 -info/zebra.info-2 -info/zebra.info-3 -info/zebra.info-4 -@exec install-info %D/info/zebra.info %D/info/dir +etc/zebra/zebra.conf.sample +include/ospfd/ospf_api.h +include/ospfd/ospf_asbr.h +include/ospfd/ospf_dump.h +include/ospfd/ospf_ism.h +include/ospfd/ospf_lsa.h +include/ospfd/ospf_lsdb.h +include/ospfd/ospf_nsm.h +include/ospfd/ospf_opaque.h +include/ospfd/ospfd.h +lib/libospf.a +lib/libzebra.a +sbin/bgpd +sbin/ospf6d +sbin/ospfd +sbin/ripd +sbin/ripngd +sbin/zebra +sbin/zebractl @dirrm etc/zebra +@dirrm include/ospfd |