diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-07-25 20:41:10 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-07-25 20:41:10 +0000 |
commit | 1dc5f1793cfa85fea0b11b7f745b959f12350e93 (patch) | |
tree | ca7b8fafa6294654c1054d3ef12ec8605add3c0e /java/eclipse-drjava/Makefile | |
parent | 65898b3f67b3d8e8a17dca6914405aded77c8962 (diff) |
Notes
Diffstat (limited to 'java/eclipse-drjava/Makefile')
-rw-r--r-- | java/eclipse-drjava/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-drjava/Makefile b/java/eclipse-drjava/Makefile index 46f2d570b25c..cf5cf5084c8b 100644 --- a/java/eclipse-drjava/Makefile +++ b/java/eclipse-drjava/Makefile @@ -7,7 +7,7 @@ PORTNAME= drjava PORTVERSION= 0.9.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/3.%20DrJava%20Eclipse%20Plug-in/${PORTNAME}-eclipse-${PORTVERSION} PKGNAMEPREFIX= eclipse- @@ -26,7 +26,7 @@ USE_ZIP= yes JAVA_VERSION= 1.4+ JAVA_OS= native -DATADIR= ${PREFIX}/eclipse/plugins +DATADIR= ${PREFIX}/lib/eclipse/plugins EPLUGIN_ID= edu.rice.cs.drjava EPLUGIN_VER= ${PORTVERSION} |