svn commit: r492869 - head/net-mgmt/smokeping

Tobias Kortkamp tobik at FreeBSD.org
Wed Feb 13 23:43:07 UTC 2019


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


More information about the svn-ports-all mailing list