diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-13 23:43:06 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-13 23:43:06 +0000 |
commit | c10f4850d483a936a59656859335beac41f621ea (patch) | |
tree | 6293f2fb716a7242ff317e2f71bdcb3b68695a0f /net-mgmt/smokeping/Makefile | |
parent | 14c342ec21febd03108c7d1938b8ffea142a9857 (diff) | |
download | ports-c10f4850d483a936a59656859335beac41f621ea.tar.gz ports-c10f4850d483a936a59656859335beac41f621ea.zip |
net-mgmt/smokeping: Do not set OPTIONS_{DEFAULT,DEFINE} twice
Notes
Notes:
svn path=/head/; revision=492869
Diffstat (limited to 'net-mgmt/smokeping/Makefile')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index bf519f6f4c0f..d202f758986e 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -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 |