diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-02 23:35:12 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-02 23:35:12 +0800 |
commit | d76dbc278eb3f4dbb6095210bbcb054e8140f96d (patch) | |
tree | 821e500a2d16a0659b7026009cd235ba10b7a089 /net/confregdecode/files | |
parent | 7da6a1292f705fe0c2a8ba4e1e06172a51b5c846 (diff) | |
download | freebsd-ports-gnome-d76dbc278eb3f4dbb6095210bbcb054e8140f96d.tar.gz freebsd-ports-gnome-d76dbc278eb3f4dbb6095210bbcb054e8140f96d.tar.zst freebsd-ports-gnome-d76dbc278eb3f4dbb6095210bbcb054e8140f96d.zip |
Update to version 1.0.1
Note that I fix patch-ab: jar -> $(JAR)
PR: 27801
Submitted by: MAINTAINER
Diffstat (limited to 'net/confregdecode/files')
-rw-r--r-- | net/confregdecode/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/confregdecode/files/patch-ab b/net/confregdecode/files/patch-ab index d6d7acf981b5..9cf991e812af 100644 --- a/net/confregdecode/files/patch-ab +++ b/net/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 |