summaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/confregdecode/files/patch-ab')
-rw-r--r--net-mgmt/confregdecode/files/patch-ab28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab
deleted file mode 100644
index f0cf9affc5f0..000000000000
--- a/net-mgmt/confregdecode/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.orig Thu May 31 09:08:05 2001
-+++ Makefile Sat Apr 6 18:50:09 2002
-@@ -3,17 +3,17 @@
- # $Id: Makefile,v 1.1 2001/05/25 04:33:46 jmarcus Exp $
- #
-
--JAVAC= /usr/local/jdk1.1.8/bin/javac
--JAVAC_FLAGS= -O -g
--JAR= /usr/local/jdk1.1.8/bin/jar
-+JAVAC?= /usr/local/jdk1.1.8/bin/javac
-+JAVAC_FLAGS?= -O -g
-+JAR?= /usr/local/jdk1.1.8/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 confregdecode.jar com/marcuscom/confregdecode/*.class
-
- clean:
- $(RM) -f com/marcuscom/confregdecode/*.class
-- $(RM) -f cd.jar
-+ $(RM) -f cconfregdecode.jar