1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/java/jdk16/files/patch-hotspot-make-jprt.config

14 lines
358 B
Plaintext

$FreeBSD$
--- ../../hotspot/make/jprt.config.orig Sun Jul 29 23:03:30 2007
+++ ../../hotspot/make/jprt.config Sun Jul 29 23:03:30 2007
@@ -158,7 +158,7 @@
if [ "${osname}" = "NetBSD" ] ; then
make=/usr/pkg/bin/gmake
else
- make=/usr/local/bin/gmake
+ make=%%LOCALBASE%%/bin/gmake
fi
fileMustExist "${make}" make