From e7f00632a6b6ad04adc63caaf0206206d7ad42e1 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 7 Apr 2002 16:32:36 +0000 Subject: Take advantage of USE_JAVA from bsd.java.mk. Reviewed by: sobomax Approved by: sobomax --- net/confregdecode/files/patch-ab | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'net/confregdecode/files/patch-ab') diff --git a/net/confregdecode/files/patch-ab b/net/confregdecode/files/patch-ab index 9cf991e812af..f0cf9affc5f0 100644 --- a/net/confregdecode/files/patch-ab +++ b/net/confregdecode/files/patch-ab @@ -1,6 +1,21 @@ ---- Makefile.orig Thu May 31 16:08:05 2001 -+++ Makefile Sat Jun 2 23:35:58 2001 -@@ -12,8 +12,8 @@ + +$FreeBSD$ + +--- Makefile.orig Thu May 31 09:08:05 2001 ++++ Makefile Sat Apr 6 18:50:09 2002 +@@ -3,17 +3,17 @@ + # $Id: Makefile,v 1.1 2001/05/25 04:33:46 jmarcus Exp $ + # + +-JAVAC= /usr/local/jdk1.1.8/bin/javac +-JAVAC_FLAGS= -O -g +-JAR= /usr/local/jdk1.1.8/bin/jar ++JAVAC?= /usr/local/jdk1.1.8/bin/javac ++JAVAC_FLAGS?= -O -g ++JAR?= /usr/local/jdk1.1.8/bin/jar + RM= /bin/rm + + all: $(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java jar: all -- cgit v1.2.3