diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-16 11:29:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-16 11:29:56 +0000 |
commit | f51d12e24c8025179daabb62943aeceb57dae3a0 (patch) | |
tree | 96ee8978c561f4b28871eace8a71d3bf6286f261 /benchmarks/spp/Makefile | |
parent | 9b0fa1eda08ba5e2c4ba960e5b6c1c41429ff193 (diff) | |
download | ports-f51d12e24c8025179daabb62943aeceb57dae3a0.tar.gz ports-f51d12e24c8025179daabb62943aeceb57dae3a0.zip |
Notes
Diffstat (limited to 'benchmarks/spp/Makefile')
-rw-r--r-- | benchmarks/spp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile index 765f9f8946f9..a67e29fd2a1b 100644 --- a/benchmarks/spp/Makefile +++ b/benchmarks/spp/Makefile @@ -9,12 +9,8 @@ MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ MAINTAINER= lars@eggert.org COMMENT= Calculates round trip time from pcap files or live capture -PLIST_FILES= bin/spp -MAN1= spp.1 +LICENSE= GPLv2 -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \ - ${WRKSRC}/Makefile +PLIST_FILES= bin/spp man/man1/spp.1.gz .include <bsd.port.mk> |