diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-07-15 12:33:09 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-07-15 12:33:09 +0000 |
commit | 207c51488b0cb200f34fa109b69e73c79b01bec8 (patch) | |
tree | 5ec55ea858340bc64a73c22ec1335d04b789b503 /java/eclipse-aptana2/Makefile | |
parent | 678ec507a3365f31566018b6ae090b8e8607ba88 (diff) |
Notes
Diffstat (limited to 'java/eclipse-aptana2/Makefile')
-rw-r--r-- | java/eclipse-aptana2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile index 29cf670c452f..e47413e49c27 100644 --- a/java/eclipse-aptana2/Makefile +++ b/java/eclipse-aptana2/Makefile @@ -28,6 +28,6 @@ USE_JAVA= yes USE_ZIP= yes do-install: - @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/eclipse && ${CP} -R plugins ${PREFIX}/eclipse;) + @(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;) .include <bsd.port.mk> |