From 9eead0ee346fb8ea8eaeb55c75b4c1d609e12f01 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 17 Jun 2014 10:06:38 +0000 Subject: Stagify. --- java/eclipse-log4e/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'java') 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 -- cgit v1.3