mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- fix shebangfix - use textproc/p5-Pod-Parser Obtained from: NetBSD - add ubiquiti to cfgmaker - fix HC detection in cfgmaker
11 lines
327 B
Text
11 lines
327 B
Text
--- contrib/NSI/Mrtg_nsi.orig 2017-03-05 14:09:53 UTC
|
|
+++ contrib/NSI/Mrtg_nsi
|
|
@@ -59,7 +59,7 @@ $main::OS = 'NT';
|
|
}
|
|
die "ERROR: Can\'t find location of mrtg executable\n"
|
|
unless $main::binpath;
|
|
- unshift (@INC,$main::binpath);
|
|
+ $main::binpath .= "/../libexec"
|
|
}
|
|
|
|
# There older perls tend to behave peculiar with
|