Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2005 10:17:25 -0500 (CDT)
From:      Loren James Rittle <rittle@latour.waar.labs.mot.com>
To:        freebsd-eclipse@FreeBSD.org, rittle@latour.waar.labs.mot.com
Subject:   Required patch after -r1.6 files/eclipse.in
Message-ID:  <200510281517.j9SFHPKk074709@latour.waar.labs.mot.com>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510281517.j9SFHPKk074709>