svn commit: r449000 - head/net-mgmt/tcpreplay
Dan Langille
dvl at FreeBSD.org
Wed Aug 30 20:02:38 UTC 2017
Author: dvl
Date: Wed Aug 30 20:02:36 2017
New Revision: 449000
URL: https://svnweb.freebsd.org/changeset/ports/449000
Log:
Correctly define the _DESC values
Reported by: ehaupt,mat
Modified:
head/net-mgmt/tcpreplay/Makefile
Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile Wed Aug 30 19:40:14 2017 (r448999)
+++ head/net-mgmt/tcpreplay/Makefile Wed Aug 30 20:02:36 2017 (r449000)
@@ -4,7 +4,7 @@
PORTNAME= tcpreplay
PORTVERSION= 4.2.6
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= ehaupt at FreeBSD.org
@@ -29,8 +29,8 @@ CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\
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
More information about the svn-ports-all
mailing list