aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mapyrus/files
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-09-23 10:28:20 +0800
committerrafan <rafan@FreeBSD.org>2006-09-23 10:28:20 +0800
commit60b1b989c2b4e678e070b97d6e544014ddd092a5 (patch)
tree9c60f8c82e02e240670b63994cce6c3c92593245 /graphics/mapyrus/files
parent93ac6df3e192de7eb46f46b7125259c545207803 (diff)
downloadfreebsd-ports-gnome-60b1b989c2b4e678e070b97d6e544014ddd092a5.tar.gz
freebsd-ports-gnome-60b1b989c2b4e678e070b97d6e544014ddd092a5.tar.zst
freebsd-ports-gnome-60b1b989c2b4e678e070b97d6e544014ddd092a5.zip
- 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)
Diffstat (limited to 'graphics/mapyrus/files')
-rw-r--r--graphics/mapyrus/files/mapyrus.in2
1 files changed, 1 insertions, 1 deletions
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%%" "$@"