Required patch after -r1.6 files/eclipse.in
Loren James Rittle
rittle at latour.waar.labs.mot.com
Fri Oct 28 08:17:27 PDT 2005
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/eclipse/Makefile,v
retrieving revision 1.41
diff -c -r1.41 Makefile
*** Makefile 9 Oct 2005 14:54:20 -0000 1.41
--- Makefile 28 Oct 2005 15:17:24 -0000
***************
*** 123,128 ****
--- 123,130 ----
-e "s+%%PREFIX%%+${PREFIX}+g" \
-e "s+%%X11BASE%%+${X11BASE}+g" \
-e "s+%%BROWSER%%+${BROWSER}+g" \
+ -e "s,%%JAVA_VERSION%%,${JAVA_VERSION},g" \
+ -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \
${FILESDIR}/eclipse.in > ${WRKSRC}/eclipse.tmp
${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/eclipse
@${SED} \
More information about the freebsd-eclipse
mailing list