mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a42adeafdd
- Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint
15 lines
489 B
Plaintext
15 lines
489 B
Plaintext
************************************************************
|
|
To use extra GUI accessories, you need to install JDK and
|
|
JFC from ports (supplied as java/jdk and java/jfc) and set
|
|
the following environment variables:
|
|
|
|
B-shells)
|
|
export JAVA_HOME=${PREFIX}/jdk1.1.8
|
|
export SWING_HOME=${PREFIX}/share/java/classes/jfc-1.1.1
|
|
|
|
C-shells)
|
|
setenv JAVA_HOME ${PREFIX}/jdk1.1.8
|
|
setenv SWING_HOME ${PREFIX}/share/java/classes/jfc-1.1.1
|
|
|
|
************************************************************
|