diff options
Diffstat (limited to 'java/eclipse-pydev/Makefile')
-rw-r--r-- | java/eclipse-pydev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile index a3d41d05ccaa..e60a786e8e12 100644 --- a/java/eclipse-pydev/Makefile +++ b/java/eclipse-pydev/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pydev -PORTVERSION= 1.5.6.2010033101 +PORTVERSION= 1.6.0.2010071813 PORTREVISION= 0 CATEGORIES= java devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pydev%20${PORTVERSION:R} @@ -30,7 +30,7 @@ USE_ZIP= yes do-install: .for d in features plugins - cd ${WRKDIR}/${d} && ${COPYTREE_SHARE} . ${PREFIX}/eclipse/${d} + cd ${WRKDIR}/${d} && ${COPYTREE_SHARE} . ${PREFIX}/lib/eclipse/${d} .endfor post-install: |