summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-21 15:28:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-21 15:28:09 +0000
commitfda1d2e5f1dce58a5fa6adc6e652410779e8f5fc (patch)
treea6687b3fb0f0f676106ebccec27727c198976491 /java
parentUnbreak (diff)
Unbreak
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=358709
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-sysdeo-tomcat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-sysdeo-tomcat/Makefile b/java/eclipse-sysdeo-tomcat/Makefile
index 1004c60b773e..aa4e24d93c77 100644
--- a/java/eclipse-sysdeo-tomcat/Makefile
+++ b/java/eclipse-sysdeo-tomcat/Makefile
@@ -21,7 +21,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
- @${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}