aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-02-20 02:14:45 +0800
committerglewis <glewis@FreeBSD.org>2004-02-20 02:14:45 +0800
commit08f4bda5c039accb2d676de10dada06ec20c41d5 (patch)
treefc74fcbf20612b0ba1249d93e08670a5a65b0708 /java
parent7b357d9ff1d15a1a5e577a11b9f01ed5959eccf9 (diff)
downloadfreebsd-ports-gnome-08f4bda5c039accb2d676de10dada06ec20c41d5.tar.gz
freebsd-ports-gnome-08f4bda5c039accb2d676de10dada06ec20c41d5.tar.zst
freebsd-ports-gnome-08f4bda5c039accb2d676de10dada06ec20c41d5.zip
. Don't patch out a line that doesn't need to be removed.
Diffstat (limited to 'java')
-rw-r--r--java/jflex/files/patch-Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/java/jflex/files/patch-Makefile b/java/jflex/files/patch-Makefile
index 8dc76a20ae10..6ae7f7ad203f 100644
--- a/java/jflex/files/patch-Makefile
+++ b/java/jflex/files/patch-Makefile
@@ -1,8 +1,8 @@
$FreeBSD$
--- src/Makefile.orig Mon Oct 8 03:57:06 2001
-+++ src/Makefile Thu Feb 19 10:19:19 2004
-@@ -1,23 +1,20 @@
++++ src/Makefile Thu Feb 19 11:11:04 2004
+@@ -1,16 +1,14 @@
# you need JFlex 1.2.2 and CUP 0.10j or later for this Makefile to work
JFLEX = jflex -skel skeleton.nested
@@ -21,10 +21,3 @@ $FreeBSD$
# jdk 1.1
#CLPATH = -classpath /usr/lib/java/lib/classes.zip:.
-
- # ------------------------------------------------------------
-
--JAVAC_FLAGS =
- JARFILE = JFlex.jar
-
-