mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix pkg-plist
- While I'm here trim Makefile header Reported by: pointyhat Approved by: portmgr (tabthorpe), jpaetzel (mentor)
This commit is contained in:
parent
db4c84e3fd
commit
cb53abec36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315742
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: silktools
|
||||
# Date created: 2006-03-17
|
||||
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
||||
#
|
||||
# Create by: David Thiel <lx@redundancy.redundancy.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= silktools
|
||||
PORTVERSION= 2.4.5
|
||||
@ -37,7 +33,7 @@ MAN1= mapsid.1 num2dot.1 rwaddrcount.1 rwappend.1 \
|
||||
rwsetmember.1 rwsettool.1 rwsetunion.1 \
|
||||
rwsort.1 rwsplit.1 rwstats.1 rwswapbytes.1 \
|
||||
rwtotal.1 rwtuc.1 rwuniq.1 rwcompare.1 silk_config.1 \
|
||||
rwidsquery.1 rwipfix2silk.1 rwp2yaf2silk.1 rwsilk2ipfix.1
|
||||
rwidsquery.1
|
||||
|
||||
MAN3= addrtype.3 ccfilter.3 flowrate.3 pmapfilter.3 pysilk.3 \
|
||||
silk-plugin.3 silkpython.3
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/mapsid
|
||||
bin/num2dot
|
||||
bin/rwaddrcount
|
||||
@ -19,10 +20,8 @@ bin/rwgeoip2ccmap
|
||||
bin/rwgroup
|
||||
bin/rwidsquery
|
||||
bin/rwip2cc
|
||||
bin/rwipfix2silk
|
||||
bin/rwmatch
|
||||
bin/rwnetmask
|
||||
bin/rwp2yaf2silk
|
||||
bin/rwpcut
|
||||
bin/rwpdedupe
|
||||
bin/rwpmapbuild
|
||||
@ -41,7 +40,6 @@ bin/rwsetintersect
|
||||
bin/rwsetmember
|
||||
bin/rwsettool
|
||||
bin/rwsetunion
|
||||
bin/rwsilk2ipfix
|
||||
bin/rwsort
|
||||
bin/rwsplit
|
||||
bin/rwstats
|
||||
@ -106,10 +104,6 @@ lib/libsilk.a
|
||||
lib/libsilk.la
|
||||
lib/libsilk.so
|
||||
lib/libsilk.so.7
|
||||
lib/libskipfix.a
|
||||
lib/libskipfix.la
|
||||
lib/libskipfix.so
|
||||
lib/libskipfix.so.2
|
||||
lib/libskmsg.a
|
||||
lib/libskmsg.la
|
||||
lib/libskmsg.so
|
||||
|
Loading…
Reference in New Issue
Block a user