diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 18:14:45 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-02-19 18:14:45 +0000 |
commit | 1f2b6954336494f12ef38f3e5c5cfc7bfe526b87 (patch) | |
tree | f026e15e7444d5e437ee73bdfd11305877dd17a6 /java/jflex | |
parent | fc253cde98f56525d2da09df98dce58418544858 (diff) | |
download | ports-1f2b6954336494f12ef38f3e5c5cfc7bfe526b87.tar.gz ports-1f2b6954336494f12ef38f3e5c5cfc7bfe526b87.zip |
Notes
Diffstat (limited to 'java/jflex')
-rw-r--r-- | java/jflex/files/patch-Makefile | 11 |
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 - - |