View | Details | Raw Unified | Return to bug 148665
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 31-42 Link Here
31
JAVA_OS=	native
31
JAVA_OS=	native
32
32
33
do-install:
33
do-install:
34
		@${MKDIR} ${PREFIX}/eclipse
34
		@${MKDIR} ${PREFIX}/lib/eclipse
35
		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
35
		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
36
		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
36
		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
37
		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
37
		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
38
		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
38
		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
39
			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
39
			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
40
			| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
40
			| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
41
41
42
.include <bsd.port.mk>
42
.include <bsd.port.mk>

Return to bug 148665