diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-17 18:12:58 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-17 18:12:58 +0800 |
commit | 7f6fb59c5021040bca4a032f4864c5db8c04598c (patch) | |
tree | ff82de615d2a059ebfda8de51bf8eb3cb9b4bb81 /java | |
parent | f8419679b2a231022453a0f44ffc76b079122a38 (diff) | |
download | freebsd-ports-gnome-7f6fb59c5021040bca4a032f4864c5db8c04598c.tar.gz freebsd-ports-gnome-7f6fb59c5021040bca4a032f4864c5db8c04598c.tar.zst freebsd-ports-gnome-7f6fb59c5021040bca4a032f4864c5db8c04598c.zip |
Stagify.
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-sysdeo-tomcat/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/java/eclipse-sysdeo-tomcat/Makefile b/java/eclipse-sysdeo-tomcat/Makefile index 90e6aa71ff97..1004c60b773e 100644 --- a/java/eclipse-sysdeo-tomcat/Makefile +++ b/java/eclipse-sysdeo-tomcat/Makefile @@ -20,13 +20,12 @@ USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -NO_STAGE= yes do-install: - @${MKDIR} -p ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins - @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \ - | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \ - | ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST} + @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins + @(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \ + | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \ + | ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST} .include <bsd.port.mk> |