aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authordvl <dvl@FreeBSD.org>2017-08-31 04:02:36 +0800
committerdvl <dvl@FreeBSD.org>2017-08-31 04:02:36 +0800
commit1ffeab56447f423330176181dba8703fb27dec46 (patch)
tree5b183f3f385c6527c9e27068bb5ab8b0c50b6da2 /net-mgmt
parent186c9c75fd38bab5be9510fa0eb56013b31e95fa (diff)
downloadfreebsd-ports-gnome-1ffeab56447f423330176181dba8703fb27dec46.tar.gz
freebsd-ports-gnome-1ffeab56447f423330176181dba8703fb27dec46.tar.zst
freebsd-ports-gnome-1ffeab56447f423330176181dba8703fb27dec46.zip
Correctly define the _DESC values
Reported by: ehaupt,mat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/tcpreplay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 63a1bb8debba..4413d905c759 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -4,7 +4,7 @@
PORTNAME= tcpreplay
PORTVERSION= 4.2.6
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= ehaupt@FreeBSD.org
@@ -29,8 +29,8 @@ CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \
CONFIGURE_ARGS+= --disable-local-libopts --disable-libopts-install
OPTIONS_DEFINE= LIBPCAP_BASE LIBPCAP_PORTS
-LIBPCAP_BASE= Build with libpcap from the base OS
-LIBPCAP_PORTS= Build with net/libpcap
+LIBPCAP_BASE_DESC= Build with libpcap from the base OS
+LIBPCAP_PORTS_DESC= Build with net/libpcap
OPTIONS_SINGLE= SG1
OPTIONS_SINGLE= LIBPCAP_BASE LIBPCAP_PORTS