mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
c7985448bb
There are significant conceptual differences between SGE 5 and SGE 6 so potential upgraders should beware. At the file level the two are entierly incompatable so SGE 5 must be removed before SGE 6 is installed. The port has seen limited testing so beware.
24 lines
583 B
Plaintext
24 lines
583 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- dist/util/arch_variables.orig
|
|
+++ dist/util/arch_variables
|
|
@@ -181,14 +181,14 @@
|
|
AWK=/usr/bin/awk
|
|
ECHO="/bin/echo"
|
|
RC_FILE=freebsd
|
|
- RC_PREFIX=/usr/local/etc/rc.d
|
|
+ RC_PREFIX=%%LOCALBASE%%/etc/rc.d
|
|
RC_SUFFIX=.sh
|
|
- XTERM=/usr/X11R6/bin/xterm
|
|
+ XTERM=%%X11BASE%%/bin/xterm
|
|
MAILER=/usr/bin/mail
|
|
QLOGIN_COMMAND=telnet
|
|
QLOGIN_DAEMON=/usr/libexec/telnetd
|
|
RLOGIN_DAEMON=/usr/libexec/rlogind
|
|
- GETTEXT=/usr/local/bin/gettext
|
|
+ GETTEXT=%%LOCALBASE%%/bin/gettext
|
|
RSH_DAEMON=undef
|
|
ROOTGROUP=wheel
|
|
LOADSENSOR_COMMAND=undef
|