diff options
Diffstat (limited to 'editors/xxe/Makefile')
-rw-r--r-- | editors/xxe/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 9ff94d5e2974..4079a52099fc 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xxe -PORTVERSION= ${XXE_VERSION} -PORTREVISION= 1 +PORTVERSION= 4.4.0 CATEGORIES= editors java -MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ +MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \ + http://www.xmlmind.com/xmleditor/_download/ PKGNAMESUFFIX= -perso DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A validating XML editor featuring a word processor-like view USE_JAVA= YES -JAVA_VERSION= 1.5 +JAVA_VERSION= 1.5+ NO_BUILD= YES #RESTRICTED= "Licensee may not distribute the Software" @@ -25,7 +25,7 @@ NO_BUILD= YES BINS= convertdoc csscheck deploywebstart dtdtoxsd dtdvalid \ rngvalid schvalid xsdvalid xxe -PLIST_SUB= XXE=${XXE_DIR} +PLIST_SUB= XXE=${DISTNAME} post-extract: @${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \ @@ -40,6 +40,4 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f} .endfor -.include "Makefile.inc" - .include <bsd.port.mk> |