summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:02:46 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:02:46 +0000
commit2cc04f893360fe0528951d8ad668a71e741e6e57 (patch)
treeec2ce2cf6361f2c44db481769237d216e416bd0d /java
parent. Update installation path for the new version of eclipse. (diff)
. Update installation location for new version of eclipse.
PR: 148663 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=258540
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-log4e/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile
index 4e0dc4857a02..0373abd18c06 100644
--- a/java/eclipse-log4e/Makefile
+++ b/java/eclipse-log4e/Makefile
@@ -25,13 +25,13 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
- @${MKDIR} -p ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+ @${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,^,eclipse/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \
| ${GREP} -vE 'plugins$$|features$$' \
- | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
.include <bsd.port.mk>