summaryrefslogtreecommitdiff
path: root/net/confregdecode/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/confregdecode/files/patch-ab')
-rw-r--r--net/confregdecode/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/confregdecode/files/patch-ab b/net/confregdecode/files/patch-ab
new file mode 100644
index 000000000000..d6d7acf981b5
--- /dev/null
+++ b/net/confregdecode/files/patch-ab
@@ -0,0 +1,13 @@
+--- Makefile.orig Thu May 24 22:06:27 2001
++++ Makefile Thu May 24 22:06:42 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
+
+ clean:
+ $(RM) -f com/marcuscom/confregdecode/*.class
+- $(RM) -f cd.jar
++ $(RM) -f cconfregdecode.jar