diff options
author | nork <nork@FreeBSD.org> | 2005-05-29 03:44:23 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-05-29 03:44:23 +0000 |
commit | c364fd632501db65db97135786e9a2ae1717dc85 (patch) | |
tree | 6808138c14cc5bc01ffc38763aef5b5bf4503047 /java/eclipse | |
parent | 872ad4b381b0bd09bfe4b55b5bfd2db99865ebbb (diff) | |
download | FreeBSD-ports-c364fd632501db65db97135786e9a2ae1717dc85.zip FreeBSD-ports-c364fd632501db65db97135786e9a2ae1717dc85.tar.gz |
UnBROKEN by fixing pkg-plist.
PR: ports/81577
Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 1600642..42c0c9e 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -21,8 +21,6 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ zip:${PORTSDIR}/archivers/zip BUILD_DEPENDS+= ${EXTRACT_DEPENDS} -BROKEN= Incomplete pkg-plist - ONLY_FOR_ARCHS= i386 USE_GMAKE= yes USE_ZIP= yes diff --git a/java/eclipse/pkg-plist b/java/eclipse/pkg-plist index 39a5b6b..0a941f3 100644 --- a/java/eclipse/pkg-plist +++ b/java/eclipse/pkg-plist @@ -3317,6 +3317,8 @@ eclipse/startup.jar @dirrm eclipse/plugins/org.eclipse.core.runtime.compatibility_3.0.0 @dirrm eclipse/plugins/org.eclipse.core.resources_%%RELEASEVERSION%%/ant_tasks @dirrm eclipse/plugins/org.eclipse.core.resources_%%RELEASEVERSION%% +@dirrm eclipse/plugins/org.eclipse.core.resources.freebsd_3.0.0/os/linux/x86 +@dirrm eclipse/plugins/org.eclipse.core.resources.freebsd_3.0.0/os/linux @dirrm eclipse/plugins/org.eclipse.core.resources.freebsd_3.0.0/os/freebsd/x86 @dirrm eclipse/plugins/org.eclipse.core.resources.freebsd_3.0.0/os/freebsd @dirrm eclipse/plugins/org.eclipse.core.resources.freebsd_3.0.0/os |