aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-19 06:36:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-19 06:36:06 +0000
commitd26af83addaf7de3242c92beab630186f5d2cbd3 (patch)
tree5aad79819215fab0a741381c864849b65f2e8434 /net-mgmt/confregdecode/files
parentba1df1716753e9f6e26adb097fc876a4ab5e583b (diff)
downloadports-d26af83addaf7de3242c92beab630186f5d2cbd3.tar.gz
ports-d26af83addaf7de3242c92beab630186f5d2cbd3.zip
Notes
Diffstat (limited to 'net-mgmt/confregdecode/files')
-rw-r--r--net-mgmt/confregdecode/files/patch-ab21
1 files changed, 9 insertions, 12 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab
index f0cf9affc5f0..892247713a88 100644
--- a/net-mgmt/confregdecode/files/patch-ab
+++ b/net-mgmt/confregdecode/files/patch-ab
@@ -1,28 +1,25 @@
-
-$FreeBSD$
-
---- Makefile.orig Thu May 31 09:08:05 2001
-+++ Makefile Sat Apr 6 18:50:09 2002
+--- Makefile.orig Fri Nov 28 21:00:51 2003
++++ Makefile Fri Dec 19 01:31:42 2003
@@ -3,17 +3,17 @@
- # $Id: Makefile,v 1.1 2001/05/25 04:33:46 jmarcus Exp $
+ # $Id: Makefile,v 1.3 2003/11/29 01:41:36 jmarcus Exp $
#
--JAVAC= /usr/local/jdk1.1.8/bin/javac
+-JAVAC= /usr/local/jdk1.4.2/bin/javac
-JAVAC_FLAGS= -O -g
--JAR= /usr/local/jdk1.1.8/bin/jar
-+JAVAC?= /usr/local/jdk1.1.8/bin/javac
+-JAR= /usr/local/jdk1.4.2/bin/jar
++JAVAC?= /usr/local/jdk1.4.2/bin/javac
+JAVAC_FLAGS?= -O -g
-+JAR?= /usr/local/jdk1.1.8/bin/jar
++JAR?= /usr/local/jdk1.4.2/bin/jar
RM= /bin/rm
all:
$(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java
jar: all
-- jar -cvf cd.jar com/marcuscom/confregdecode/*.class
+- $(JAR) -cvf cd.jar com/marcuscom/confregdecode/*.class
+ $(JAR) -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
clean:
$(RM) -f com/marcuscom/confregdecode/*.class
- $(RM) -f cd.jar
-+ $(RM) -f cconfregdecode.jar
++ $(RM) -f confregdecode.jar