summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:06:21 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:06:21 +0000
commit76f3a5d0e07b552df516d71ee4e1046ef3d807b4 (patch)
treef5e6f1921ce662cb90a5c7852bdb3e94652720c4 /java
parent. Update the installation path for the new version of eclipse. (diff)
. Update the installation path for the new version of eclipse.
PR: 148672 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=258543
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-sysdeo-tomcat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/eclipse-sysdeo-tomcat/Makefile b/java/eclipse-sysdeo-tomcat/Makefile
index 13c4870111dd..24fc76c56423 100644
--- a/java/eclipse-sysdeo-tomcat/Makefile
+++ b/java/eclipse-sysdeo-tomcat/Makefile
@@ -25,11 +25,11 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
- @${MKDIR} -p ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/eclipse/plugins
+ @${MKDIR} -p ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins
@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
- | ${SED} -ne 's,^,eclipse/plugins/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
- | ${SED} -ne 's,^,@dirrm eclipse/plugins/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
.include <bsd.port.mk>