freebsd-ports/japanese/vje30/pkg-message
Akinori MUSHA a42adeafdd Style fix:
- 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
2000-04-04 19:03:36 +00:00

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
************************************************************