diff options
author | glewis <glewis@FreeBSD.org> | 2010-07-13 23:41:06 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-07-13 23:41:06 +0800 |
commit | 6deeb8519d55eed052ff4f1715748e4c0c7feb75 (patch) | |
tree | bb6499b7c52440a413fb7366028b1c8884d2c81d /java/eclipse-emf | |
parent | b754df308d85dbd2c1370d0d508e967955de5098 (diff) | |
download | freebsd-ports-gnome-6deeb8519d55eed052ff4f1715748e4c0c7feb75.tar.gz freebsd-ports-gnome-6deeb8519d55eed052ff4f1715748e4c0c7feb75.tar.zst freebsd-ports-gnome-6deeb8519d55eed052ff4f1715748e4c0c7feb75.zip |
. Update paths for new eclipse version.
Diffstat (limited to 'java/eclipse-emf')
-rw-r--r-- | java/eclipse-emf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile index 48192991a60f..7ebbea5a82f2 100644 --- a/java/eclipse-emf/Makefile +++ b/java/eclipse-emf/Makefile @@ -31,12 +31,12 @@ JAVA_VERSION= 1.5+ JAVA_OS= native do-install: - @${MKDIR} ${PREFIX}/eclipse - @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse - @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse - @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST} + @${MKDIR} ${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse + @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse + @(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \ | ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \ - | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} + | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST} .include <bsd.port.mk> |