Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 10:14:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359328 - head/java/eclipse
Message-ID:  <201406261014.s5QAEuRZ002908@svn.freebsd.org>

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



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