freebsd-ports/net/smokeping/files/patch-lib-probes-Curl.pm
Oliver Eikemeier affeba3053 - Update to 1.26
- Use OPTIONS for optional dependencies
- Change pkg-{,de}install to avoid risk of data loss when upgrading
- Patch files instead of regexps in Makefile

added a work around for PR 63293

PR:		63230
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
Reviewed by:	clement
2004-02-24 12:41:38 +00:00

19 lines
391 B
Perl

--- lib/probes/Curl.pm.orig Sun Jan 11 18:06:12 2004
+++ lib/probes/Curl.pm Sun Jan 11 18:06:12 2004
@@ -1,6 +1,6 @@
package probes::Curl;
-my $DEFAULTBIN = "/usr/bin/curl";
+my $DEFAULTBIN = "%%PREFIX%%/bin/curl";
=head1 NAME
@@ -15,7 +15,7 @@
*** Probes ***
+ Curl
- binary = /usr/bin/curl # default value
+ binary = %%PREFIX%%/bin/curl # default value
*** Targets ***