diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-02 22:42:39 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-02 22:42:39 +0000 |
commit | 94082c0f96a49f9f94c3844b102e4309cfbb5187 (patch) | |
tree | da406dc77321bdb4bfd7579230c12b404a7f079a /devel/eclipse | |
parent | f0918fbfc6c43f8edf9b5e391062f0c221fd1b05 (diff) | |
download | pkgsrc-94082c0f96a49f9f94c3844b102e4309cfbb5187.tar.gz |
Apply CHECK_INTERPRETER_SKIP to antRun.pl.
XXX: This is not right, but the way this thing is built doesn't give
XXX: too many choices at the moment. Should be fixed properly sometime.
XXX: This way the package is at least installable...
Diffstat (limited to 'devel/eclipse')
-rw-r--r-- | devel/eclipse/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile index 7b20176e544..ea446d97f8a 100644 --- a/devel/eclipse/Makefile +++ b/devel/eclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/12/24 03:49:35 dsainty Exp $ +# $NetBSD: Makefile,v 1.28 2011/10/02 22:42:39 dholland Exp $ # DISTNAME= ${PKGNAME_NOREV} @@ -59,5 +59,11 @@ do-install: ${WRKDIR}/.eclipse ${INSTALL_SCRIPT} ${WRKDIR}/.eclipse ${DESTDIR}${PREFIX}/bin/eclipse +# This is not right, but for the time being it's the path of least +# resistance, since replacing it after install is problematic and +# replacing it before install is even more problematic. XXX. +# +CHECK_INTERPRETER_SKIP+=eclipse/plugins/org.apache.ant_1.6.2/bin/antRun.pl + .include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" |