802b8d8147
. 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)
11 lines
337 B
Text
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) {
|