1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/java/jmp/files/patch-Makefile.in
Volker Stolz 8aa4d05da5 - Update to 0.43
- Fix packaging

PR:		ports/70597
Submitted by:	Ronald Klop (maintainer)
2004-08-27 12:06:50 +00:00

11 lines
308 B
Plaintext

$FreeBSD$
--- Makefile.in.orig Tue Aug 17 18:52:26 2004
+++ Makefile.in Wed Aug 18 00:29:11 2004
@@ -639 +639 @@
- javac -sourcepath ${top_srcdir}/java -d . $<
+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
@@ -644 +644 @@
- javah -classpath . jmp.JMPController
+ ${JAVAH} -classpath . jmp.JMPController