diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 13:47:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 13:47:12 +0000 |
commit | c41d09f8a538ad367efbfd6b8ef725550b90e35c (patch) | |
tree | c12981199da6ec58bc0426636375768f0ac4e2f6 /java/eclipse-checkstyle/Makefile | |
parent | 9a23b9371edfeb5ac1b82aa134de484568074a87 (diff) |
- Stage support
- Remove infozip dependency
Notes
Notes:
svn path=/head/; revision=344564
Diffstat (limited to 'java/eclipse-checkstyle/Makefile')
-rw-r--r-- | java/eclipse-checkstyle/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/java/eclipse-checkstyle/Makefile b/java/eclipse-checkstyle/Makefile index 464f206aa036..e82824a0819b 100644 --- a/java/eclipse-checkstyle/Makefile +++ b/java/eclipse-checkstyle/Makefile @@ -8,6 +8,7 @@ CATEGORIES= java devel MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1 PKGNAMEPREFIX= eclipse- DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org @@ -19,12 +20,8 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_ZIP= yes -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/lib/eclipse - @${MKDIR} ${PREFIX}/lib/eclipse/plugins - @${CP} -r ${WRKSRC}/com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins + @cd ${WRKSRC} && ${COPYTREE_SHARE} com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins .include <bsd.port.mk> |