mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
7 lines
265 B
Text
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
|