diff options
-rw-r--r-- | graphics/mapyrus/Makefile | 1 | ||||
-rw-r--r-- | graphics/mapyrus/files/mapyrus.in | 2 | ||||
-rw-r--r-- | graphics/mapyrus/pkg-descr | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index f7d70a7de65b..42ab211c7bdf 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -7,6 +7,7 @@ PORTNAME= mapyrus PORTVERSION= 0.609 +PORTREVISION= 1 CATEGORIES= graphics print java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/mapyrus/files/mapyrus.in b/graphics/mapyrus/files/mapyrus.in index 760817eabe27..61a322fdd430 100644 --- a/graphics/mapyrus/files/mapyrus.in +++ b/graphics/mapyrus/files/mapyrus.in @@ -6,4 +6,4 @@ else JAVA_AWT_HEADLESS="" fi JAVA_VERSION="%%JAVA_VERSION%%" \ - exec "%%LOCALBASE%%/bin/java" "${JAVA_AWT_HEADLESS}" -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@" + exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/%%MAPYRUSJAR%%" "$@" diff --git a/graphics/mapyrus/pkg-descr b/graphics/mapyrus/pkg-descr index 2ce7c801c09d..393ba2505fb6 100644 --- a/graphics/mapyrus/pkg-descr +++ b/graphics/mapyrus/pkg-descr @@ -3,5 +3,5 @@ and labels to PostScript (high resolution, up to A0 paper size), Portable Document Format (PDF), Scalable Vector Graphics (SVG) format and web image output formats. -Author: Simon Chenery <simoc@users.sourceforge.net> +Author: Simon Chenery WWW: http://mapyrus.sourceforge.net |