svn commit: r359328 - head/java/eclipse

John Marino marino at FreeBSD.org
Thu Jun 26 10:14:57 UTC 2014


Author: marino
Date: Thu Jun 26 10:14:56 2014
New Revision: 359328
URL: http://svnweb.freebsd.org/changeset/ports/359328
QAT: https://qat.redports.org/buildarchive/r359328/

Log:
  java/eclipse: Change include <pre>/<post> to <options>

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Jun 26 09:41:38 2014	(r359327)
+++ head/java/eclipse/Makefile	Thu Jun 26 10:14:56 2014	(r359328)
@@ -39,7 +39,7 @@ PLATFORM_DESC=		Platform only (no Java t
 
 OPTIONS_DEFAULT=	FULL_SDK
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 PATCH_DEPENDS+=	gpatch:${PORTSDIR}/devel/patch
@@ -123,4 +123,4 @@ post-install:
 distclean:
 	${RM} -rf ${DISTDIR}/eclipse
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list