freebsd-ports/net/confregdecode/files/patch-ab
Kevin Lo 448368bac9 Update to version 1.0.1
Note that I fix patch-ab: jar -> $(JAR)

PR: 27801
Submitted by: MAINTAINER
2001-06-02 15:35:12 +00:00

13 lines
411 B
Text

--- 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
clean:
$(RM) -f com/marcuscom/confregdecode/*.class
- $(RM) -f cd.jar
+ $(RM) -f cconfregdecode.jar