summaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files/patch-ab
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-06-02 15:35:12 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-06-02 15:35:12 +0000
commit448368bac91fdf0c000aa808af160cfe45098fcd (patch)
treea91b785e980f1f21c49641d75d19ee3a5bc260d3 /net-mgmt/confregdecode/files/patch-ab
parentUpdate to version 0.12 (diff)
Update to version 1.0.1
Note that I fix patch-ab: jar -> $(JAR) PR: 27801 Submitted by: MAINTAINER
Diffstat (limited to '')
-rw-r--r--net-mgmt/confregdecode/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab
index d6d7acf981b5..9cf991e812af 100644
--- a/net-mgmt/confregdecode/files/patch-ab
+++ b/net-mgmt/confregdecode/files/patch-ab
@@ -1,11 +1,11 @@
---- Makefile.orig Thu May 24 22:06:27 2001
-+++ Makefile Thu May 24 22:06:42 2001
+--- Makefile.orig Thu May 31 16:08:05 2001
++++ Makefile Sat Jun 2 23:35:58 2001
@@ -12,8 +12,8 @@
$(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java
jar: all
- jar -cvf cd.jar com/marcuscom/confregdecode/*.class
-+ jar -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
++ $(JAR) -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
clean:
$(RM) -f com/marcuscom/confregdecode/*.class