diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-01 09:15:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-01 09:15:14 +0000 |
commit | ea631a3e1773b4a945af1d7cbd6808e40d669c86 (patch) | |
tree | 399e8b9ab91d2671680598595c443c65d0db94ae /editors/jedit/Makefile | |
parent | 25964266904a0e399f151e3678348e7d31267b16 (diff) | |
download | ports-ea631a3e1773b4a945af1d7cbd6808e40d669c86.tar.gz ports-ea631a3e1773b4a945af1d7cbd6808e40d669c86.zip |
Notes
Diffstat (limited to 'editors/jedit/Makefile')
-rw-r--r-- | editors/jedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 69b57e706fe5..dedb647d71ad 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -6,12 +6,12 @@ # PORTNAME= jedit -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://members.xoom.com/romainguy/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}-${PORTVERSION:S/.0/final/}.jar swingall.jar +DISTFILES= ${PORTNAME}-${PORTVERSION}.jar swingall.jar EXTRACT_ONLY= MAINTAINER= sobomax@FreeBSD.org |