diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2006-02-20 23:11:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2006-02-20 23:11:11 +0000 |
commit | 4a16b2fd8958fb16e834e4c14102f7c71845781c (patch) | |
tree | 4c90d7b1b73649cd2247bc6c7485c55291d5050d /editors/xxe/Makefile | |
parent | 7422862bd13a70ff2943b2e83b3e8f02c4ea5e1f (diff) |
Notes
Diffstat (limited to 'editors/xxe/Makefile')
-rw-r--r-- | editors/xxe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 29bfb8ff89c6..ff308eeec3d1 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -6,17 +6,15 @@ # PORTNAME= xxe -PORTVERSION= 3.0p1 +PORTVERSION= 3.1.0 CATEGORIES= editors java MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ PKGNAMESUFFIX= -std -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} MAINTAINER= fenner@FreeBSD.Org COMMENT= A validating XML editor featuring a word processor-like view -BROKEN= Unfetchable - USE_JAVA= YES JAVA_VERSION= 1.5 NO_BUILD= YES |