aboutsummaryrefslogtreecommitdiff
path: root/editors/jedit/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-29 13:58:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-29 13:58:59 +0000
commit4f60223fb89fcd277c09b9d5181c16e590cfb167 (patch)
treeee6ac08c3d07439d55536ce2237d04c15101d98f /editors/jedit/Makefile
parentc124c805cc81afde339b5fc176d1d2ba82db01b2 (diff)
downloadports-4f60223fb89fcd277c09b9d5181c16e590cfb167.tar.gz
ports-4f60223fb89fcd277c09b9d5181c16e590cfb167.zip
Notes
Diffstat (limited to 'editors/jedit/Makefile')
-rw-r--r--editors/jedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile
index 41f38315dc38..238307e134ee 100644
--- a/editors/jedit/Makefile
+++ b/editors/jedit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jedit
PORTVERSION= 3.0.1
+PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://members.xoom.com/romainguy/
@@ -30,7 +31,7 @@ do-configure:
do-install:
@${SED} "s|%%PREFIX%%|${PREFIX}| ; s|%%WRKDIR%%|${WRKDIR}|" ${FILESDIR}/instscript | \
- ${SETENV} CLASSPATH=${DISTDIR}/${PORTNAME}30install.jar:${DISTDIR}/swingall.jar \
+ ${SETENV} CLASSPATH=${DISTDIR}/${PORTNAME}${PORTVERSION:S/.//g}install.jar:${DISTDIR}/swingall.jar \
${LOCALBASE}/bin/javavm installer.Install text
@${INSTALL_DATA} ${DISTDIR}/swingall.jar ${PREFIX}/share/java/jedit
@${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit