diff options
author | lth <lth@FreeBSD.org> | 2005-05-17 15:59:10 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-05-17 15:59:10 +0800 |
commit | e1662a2058a234dac1eefa1d21d7c046962acc4f (patch) | |
tree | 21590852d532c042e93f2447b186aa330e4887cd | |
parent | f01bd72e68c10df13b553ba097c9faf5eaf01ae5 (diff) | |
download | freebsd-ports-gnome-e1662a2058a234dac1eefa1d21d7c046962acc4f.tar.gz freebsd-ports-gnome-e1662a2058a234dac1eefa1d21d7c046962acc4f.tar.zst freebsd-ports-gnome-e1662a2058a234dac1eefa1d21d7c046962acc4f.zip |
Fixed quoting
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 | ||||
-rw-r--r-- | net/smokeping/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 872cadaa2cc7..169f92ecdf4b 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -IGNORE= "only works with old versions (1.0.x) of net/rrdtool" +IGNORE= only works with old versions (1.0.x) of net/rrdtool OPTIONS= FPING "Support for fping probes" on OPTIONS+= ECHOPING "Support for EchoPing probes" off diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index 872cadaa2cc7..169f92ecdf4b 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -IGNORE= "only works with old versions (1.0.x) of net/rrdtool" +IGNORE= only works with old versions (1.0.x) of net/rrdtool OPTIONS= FPING "Support for fping probes" on OPTIONS+= ECHOPING "Support for EchoPing probes" off |