Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 23:43:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492869 - head/net-mgmt/smokeping
Message-ID:  <201902132343.x1DNh6YT028585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Feb 13 23:43:06 2019
New Revision: 492869
URL: https://svnweb.freebsd.org/changeset/ports/492869

Log:
  net-mgmt/smokeping: Do not set OPTIONS_{DEFAULT,DEFINE} twice

Modified:
  head/net-mgmt/smokeping/Makefile

Modified: head/net-mgmt/smokeping/Makefile
==============================================================================
--- head/net-mgmt/smokeping/Makefile	Wed Feb 13 23:35:49 2019	(r492868)
+++ head/net-mgmt/smokeping/Makefile	Wed Feb 13 23:43:06 2019	(r492869)
@@ -80,9 +80,6 @@ GH_ACCOUNT=	oetiker
 GH_PROJECT=	SmokePing
 GH_TAGNAME=	9b2ecb9
 
-OPTIONS_DEFINE=	ECHOPING RADIUS TELNET DNS FPING EXAMPLES
-OPTIONS_DEFAULT=	FPING
-
 # We will take these from CPAN instead
 post-extract:
 	cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902132343.x1DNh6YT028585>