diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 10:06:38 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-17 10:06:38 +0000 |
commit | 9eead0ee346fb8ea8eaeb55c75b4c1d609e12f01 (patch) | |
tree | 1732ff97926b49649caf4656496c8b9ec8cd7ef3 /java | |
parent | ba1ddc0b3d1a71cd5040346983c984edc602ec34 (diff) | |
download | ports-9eead0ee346fb8ea8eaeb55c75b4c1d609e12f01.tar.gz ports-9eead0ee346fb8ea8eaeb55c75b4c1d609e12f01.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-log4e/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile index a136a5c7a670..7ab67b290bf4 100644 --- a/java/eclipse-log4e/Makefile +++ b/java/eclipse-log4e/Makefile @@ -19,15 +19,14 @@ 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 - @${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse - @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \ - | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \ - | ${GREP} -vE 'plugins$$|features$$' \ - | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} + @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse + @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \ + | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \ + | ${GREP} -vE 'plugins$$|features$$' \ + | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} .include <bsd.port.mk> |