diff options
author | feld <feld@FreeBSD.org> | 2014-03-02 23:10:05 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-03-02 23:10:05 +0800 |
commit | bfef254b6e6f91537ae66592144f100765568422 (patch) | |
tree | eb9f5eb18444cd62c2ee1c0f76caf8204dc52194 /security | |
parent | f70696500da13f6f96aff9c981f58234b11eef5d (diff) | |
download | freebsd-ports-gnome-bfef254b6e6f91537ae66592144f100765568422.tar.gz freebsd-ports-gnome-bfef254b6e6f91537ae66592144f100765568422.tar.zst freebsd-ports-gnome-bfef254b6e6f91537ae66592144f100765568422.zip |
plist was incorrect; stage/packaging was broken
Diffstat (limited to 'security')
-rw-r--r-- | security/silktools/pkg-plist | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/security/silktools/pkg-plist b/security/silktools/pkg-plist index 7920995a5554..18d270b374d4 100644 --- a/security/silktools/pkg-plist +++ b/security/silktools/pkg-plist @@ -19,10 +19,8 @@ bin/rwgeoip2ccmap bin/rwgroup bin/rwidsquery bin/rwip2cc -bin/rwipfix2silk bin/rwmatch bin/rwnetmask -bin/rwp2yaf2silk bin/rwpcut bin/rwpdedupe bin/rwpdu2silk @@ -42,7 +40,6 @@ bin/rwsetbuild bin/rwsetcat bin/rwsetmember bin/rwsettool -bin/rwsilk2ipfix bin/rwsiteinfo bin/rwsort bin/rwsplit @@ -75,7 +72,6 @@ include/silk/skdllist.h include/silk/skheader.h include/silk/skheap.h include/silk/skipaddr.h -include/silk/skipfix.h include/silk/skipset.h include/silk/sklog.h include/silk/skmempool.h @@ -152,10 +148,8 @@ man/man1/rwgeoip2ccmap.1.gz man/man1/rwgroup.1.gz man/man1/rwidsquery.1.gz man/man1/rwip2cc.1.gz -man/man1/rwipfix2silk.1.gz man/man1/rwmatch.1.gz man/man1/rwnetmask.1.gz -man/man1/rwp2yaf2silk.1.gz man/man1/rwpcut.1.gz man/man1/rwpdedupe.1.gz man/man1/rwpdu2silk.1.gz @@ -174,7 +168,6 @@ man/man1/rwsetbuild.1.gz man/man1/rwsetcat.1.gz man/man1/rwsetmember.1.gz man/man1/rwsettool.1.gz -man/man1/rwsilk2ipfix.1.gz man/man1/rwsiteinfo.1.gz man/man1/rwsort.1.gz man/man1/rwsplit.1.gz @@ -214,21 +207,21 @@ sbin/rwpollexec sbin/rwreceiver sbin/rwsender share/silk/addrtype-templ.txt +share/silk/generic-silk.conf +share/silk/silk.magic +share/silk/twoway-silk.conf share/silk/etc/flowcap.conf +share/silk/etc/rwflowappend.conf +share/silk/etc/rwflowpack.conf +share/silk/etc/rwpollexec.conf +share/silk/etc/rwreceiver.conf +share/silk/etc/rwsender.conf share/silk/etc/init.d/flowcap share/silk/etc/init.d/rwflowappend share/silk/etc/init.d/rwflowpack share/silk/etc/init.d/rwpollexec share/silk/etc/init.d/rwreceiver share/silk/etc/init.d/rwsender -share/silk/etc/rwflowappend.conf -share/silk/etc/rwflowpack.conf -share/silk/etc/rwpollexec.conf -share/silk/etc/rwreceiver.conf -share/silk/etc/rwsender.conf -share/silk/generic-silk.conf -share/silk/silk.magic -share/silk/twoway-silk.conf %%PYTHON_SITELIBDIR%%/netsa_silk.py %%PYTHON_SITELIBDIR%%/netsa_silk.pyc %%PYTHON_SITELIBDIR%%/netsa_silk.pyo |