diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 14:48:47 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 14:48:47 +0000 |
| commit | 1f4d29e43b1eb5198bec3af6fea1a4e9a16dbdf9 (patch) | |
| tree | 8c6ca5ce3ce785327a2698155107012e18c674f0 /java/eclipse-findbugs | |
| parent | Update to 2.0.2. (diff) | |
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java/eclipse-findbugs')
| -rw-r--r-- | java/eclipse-findbugs/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/java/eclipse-findbugs/Makefile b/java/eclipse-findbugs/Makefile index 32656f26b293..d91f9f7aa758 100644 --- a/java/eclipse-findbugs/Makefile +++ b/java/eclipse-findbugs/Makefile @@ -8,15 +8,15 @@ CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2 PKGNAMEPREFIX= eclipse- DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org -COMMENT= An Eclipse plug-in that provides FindBugs support +COMMENT= Eclipse plug-in that provides FindBugs support RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes -USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native @@ -72,17 +72,10 @@ PLIST_SUB= \ ECLIPSE_PLUGINS="lib/eclipse/plugins" \ DISTNAME="${DISTNAME}" -NO_STAGE= yes post-extract: @${RM} -Rf ${WRKSRC}/src do-install: - @${MKDIR} ${PREFIX}/lib/eclipse/plugins - @(cd ${WRKDIR} && \ - ${FIND} -s $$(${BASENAME} ${WRKSRC}) -type d \ - -exec ${MKDIR} "${PREFIX}/lib/eclipse/plugins/{}" \; && \ - ${FIND} -s $$(${BASENAME} ${WRKSRC}) -not -type d \ - -exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/eclipse/plugins/{}" \; \ - ) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${DISTNAME}) .include <bsd.port.mk> |
