diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 09:54:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 09:54:47 +0000 |
commit | e093d7ea85916202bf557586e13a3935a629f51d (patch) | |
tree | 751aafd3de0da6a8bfe3e0417c48c1280a2a6aa4 /java/eclipse-sqlexplorer | |
parent | 71496f6779fae976e45832158e571c31fd84a698 (diff) | |
download | ports-e093d7ea85916202bf557586e13a3935a629f51d.tar.gz ports-e093d7ea85916202bf557586e13a3935a629f51d.zip |
Notes
Diffstat (limited to 'java/eclipse-sqlexplorer')
-rw-r--r-- | java/eclipse-sqlexplorer/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile index 71254e414c6d..8b859b482635 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -20,14 +20,13 @@ USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -NO_STAGE= yes do-install: - @${MKDIR} -p ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse - @(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \ - | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \ - | ${GREP} -vE '^plugins$$' \ - | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} + @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse + @(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \ + | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \ + | ${GREP} -vE '^plugins$$' \ + | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} .include <bsd.port.mk> |