diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-07-31 18:04:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-07-31 18:04:47 +0000 |
commit | 8d334967600b8aa16c23a0b5322b54d12a573afb (patch) | |
tree | 4bee48838321d626c10330fa68b3b9ed89f1a0b2 /java | |
parent | 72519c4a2a5286a80e96c917b6980defd535c4c1 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-sqlexplorer/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile index 41ad1e81d8ca..eddc7519cc54 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -19,19 +19,19 @@ MAINTAINER= sugimura@jp.FreeBSD.ORG COMMENT= A visual database query tool for Eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes do-install: - @${MKDIR} -p ${PREFIX}/eclipse - @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse + @${MKDIR} -p ${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \ - | ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST} + | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \ | ${GREP} -vE '^plugins$$' \ - | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST} + | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} .include <bsd.port.mk> |