diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-25 20:42:00 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-25 20:42:00 +0800 |
commit | 2f38b07528c7b54ddd5f56abcd93585086e999f2 (patch) | |
tree | 92878d5689989b1ac3c0807c2455e7ea293a6b08 /net-mgmt | |
parent | 6a27e2fb6bd63b504d7ffc2d8a726de31ac5bbcb (diff) | |
download | freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.tar.gz freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.tar.zst freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.zip |
Fix package list.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/pkg-plist | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 3837ac324aac..122f8a7db826 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -17,10 +17,6 @@ CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \ --with-pcapnav-config=${LOCALBASE}/bin/pcapnav-config \ --enable-tcpreplay-edit -MAN1= tcpreplay.1 tcpprep.1 tcprewrite.1 tcpbridge.1 tcpreplay-edit.1 -PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge \ - bin/tcpreplay-edit - post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/net-mgmt/tcpreplay/pkg-plist b/net-mgmt/tcpreplay/pkg-plist new file mode 100644 index 000000000000..4b23a16d0c2b --- /dev/null +++ b/net-mgmt/tcpreplay/pkg-plist @@ -0,0 +1,10 @@ +bin/tcpbridge +bin/tcpprep +bin/tcpreplay +bin/tcpreplay-edit +bin/tcprewrite +man/man1/tcpbridge.1.gz +man/man1/tcpprep.1.gz +man/man1/tcpreplay-edit.1.gz +man/man1/tcpreplay.1.gz +man/man1/tcprewrite.1.gz |