mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
28f968e38a
- Variable ordering and style realigned with bsd.port.mk - Moved manual pre-configure aclocal call to use bsd.autotools.mk (with manual tweak to ACLOCAL_ARGS required) - Listed resulting plug-in name in user configurable options - Removed remaining hard-coded variables including local state directory - Correctly identified location of Perl to configure script - Removed setlocale (LC_NUMERIC, "C") patch to plug-ins containing scanf(3) and an already defined LC_NUMERIC - Reworked all patches (named using make makepatch) - Corrected minor warning in check_ntp.pl regarding undefined use of $jitter PR: ports/97189 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
11 lines
303 B
Perl
11 lines
303 B
Perl
--- plugins-scripts/check_ircd.pl.orig Tue May 7 15:05:49 2002
|
|
+++ plugins-scripts/check_ircd.pl Fri May 12 23:40:44 2006
|
|
@@ -67,6 +67,7 @@
|
|
$ENV{PATH} = "";
|
|
$ENV{ENV} = "";
|
|
$ENV{BASH_ENV} = "";
|
|
+$ENV{CDPATH} = "";
|
|
|
|
# -----------------------------------------------------------------[ Global ]--
|
|
|