aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-06-26 18:14:56 +0800
committermarino <marino@FreeBSD.org>2014-06-26 18:14:56 +0800
commita5a6ce04018da64c759d5d5d7ed6f4b4fa41f562 (patch)
tree75034c64c7d668ddb9d004a11e7c51bb7bf196c5 /java/eclipse
parent341c037f2545d99872f12eab0e9792d73e12748c (diff)
downloadfreebsd-ports-gnome-a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562.tar.gz
freebsd-ports-gnome-a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562.tar.zst
freebsd-ports-gnome-a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562.zip
java/eclipse: Change include <pre>/<post> to <options>
Diffstat (limited to 'java/eclipse')
-rw-r--r--java/eclipse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 1e2d5d793627..f3bd95b5c3dc 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -39,7 +39,7 @@ PLATFORM_DESC= Platform only (no Java tools, no source or docs)
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>