ports/java/jflex/files/patch-Makefile
Mark Linimon fcc83fd470 Update to 1.4.
PR:		ports/66231
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
2004-05-10 18:38:26 +00:00

7 lines
265 B
Text

--- src/Makefile.orig Mon May 3 23:23:09 2004
+++ src/Makefile Mon May 3 23:20:03 2004
@@ -0,0 +1,4 @@
+# Makefile to wrap a call to ant
+
+all:
+ ${SETENV} CLASSPATH=${DISTDIR}/JFlex.jar:${DISTDIR}/java_cup.jar:${JAVAJARDIR}/junit.jar:. ${LOCALBASE}/bin/ant jar