diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-16 21:47:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-16 21:47:12 +0800 |
commit | 6183d017c318cbcbf7d57c9060c4a1083d8ac477 (patch) | |
tree | c12981199da6ec58bc0426636375768f0ac4e2f6 /java/eclipse-checkstyle | |
parent | d8824a135ec5cb1423555da27d204c3d15aafe76 (diff) | |
download | freebsd-ports-gnome-6183d017c318cbcbf7d57c9060c4a1083d8ac477.tar.gz freebsd-ports-gnome-6183d017c318cbcbf7d57c9060c4a1083d8ac477.tar.zst freebsd-ports-gnome-6183d017c318cbcbf7d57c9060c4a1083d8ac477.zip |
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java/eclipse-checkstyle')
-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> |