freebsd-ports/sysutils/heartbeat/files/patch-ldirectord-ldirectord.in
Boris Samorodov 802b8d8147 . update to version 2.1.4;
. add a note to /usr/ports/UPDATING;
. add $PATCH_DEPENDS found by tinderbox test;
. switch maintainership to the submitter;
. use %%DATADIR%% at pkg-plist;
. use $DIST_SUBDIR because distname does not include "heartbeat" string.

PR:		ports/121050
Submitted by:	Justin Head <ports@encarnate.com>
Approved by:	scott-ports@tummy.com (maintainer timeout at least two months)
2009-07-29 09:13:31 +00:00

11 lines
337 B
Text

--- ldirectord/ldirectord.in.orig 2007-08-01 21:06:54.000000000 -0500
+++ ldirectord/ldirectord.in 2007-12-18 00:15:04.000000000 -0600
@@ -674,7 +674,7 @@
# main code
if ($opt_h) {
- exec_wrapper("/usr/bin/perldoc -U $LDIRECTORD");
+ exec_wrapper("@bindir@/perldoc -U $LDIRECTORD");
&ld_exit(127, "Exec failed");
}
if ($opt_v) {