diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 08:19:45 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 08:19:45 +0800 |
commit | bc8072485d87ce0f44e456365aebe80c314082e9 (patch) | |
tree | 96a5d3fc2075ec010310a38df413e4dac33c12cf /www/hotjava | |
parent | 97e2210908e375dc63dd40044c2f2f943a73082f (diff) | |
download | freebsd-ports-gnome-bc8072485d87ce0f44e456365aebe80c314082e9.tar.gz freebsd-ports-gnome-bc8072485d87ce0f44e456365aebe80c314082e9.tar.zst freebsd-ports-gnome-bc8072485d87ce0f44e456365aebe80c314082e9.zip |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/hotjava')
-rw-r--r-- | www/hotjava/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hotjava/Makefile b/www/hotjava/Makefile index 430829855f3f..93da1c683108 100644 --- a/www/hotjava/Makefile +++ b/www/hotjava/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= MAINTAINER= noway@nohow.demon.co.uk -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk EXTRACT_ONLY= |