diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:28:20 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 02:28:20 +0000 |
commit | 3445c6fa950ad24056ccc944ecf23c10211692be (patch) | |
tree | a9c11c438d029616222c8f3fc88fe9e20aba3038 /graphics/mapyrus | |
parent | 17ff760342bf239ed82e75d8349360e5a6a12a93 (diff) |
- Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS,
otherwise mapyrus does not run under X.
- Removed an email address from pkg-descr
PR: ports/103478
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=173627
Diffstat (limited to 'graphics/mapyrus')
-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 |