aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcpreplay
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-08 09:02:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-08 09:02:48 +0000
commit6685575e815c2cfde4e63231fe863091de469914 (patch)
tree89043f93939e7061cd98caab66b6157df4dcd6f3 /net-mgmt/tcpreplay
parent1dbbb20f29e542e1959d7797fc0056b44d7ae580 (diff)
downloadports-6685575e815c2cfde4e63231fe863091de469914.tar.gz
ports-6685575e815c2cfde4e63231fe863091de469914.zip
Notes
Diffstat (limited to 'net-mgmt/tcpreplay')
-rw-r--r--net-mgmt/tcpreplay/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 43c436cae3af..0ffa0edd011b 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= pcapnav-config:net/libpcapnav
USES= autoreconf libtool pkgconfig
USE_GITHUB= yes
GNU_CONFIGURE= yes
+TEST_TARGET= test
GH_ACCOUNT= appneta
@@ -42,7 +43,4 @@ LIBPCAP_PORTS_LIB_DEPENDS= libpcap.so:net/libpcap
post-patch:
@${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}.ac
-regression-test: build
- @cd ${WRKSRC} && ${MAKE} -s test
-
.include <bsd.port.mk>