Date: Wed, 30 Aug 2017 20:02:36 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449000 - head/net-mgmt/tcpreplay Message-ID: <201708302002.v7UK2aSg006914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708302002.v7UK2aSg006914>