aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-12-13 10:16:28 +0800
committerswills <swills@FreeBSD.org>2017-12-13 10:16:28 +0800
commite9c2aed52eca5f7cd068882ec007054fdb4e4b3c (patch)
tree0f6b2224a72dd2ed4e512d1fe226321a60e75eec /textproc
parent0775ab3ad0f62b45c3eecddd29c3e7720efef6fc (diff)
downloadfreebsd-ports-gnome-e9c2aed52eca5f7cd068882ec007054fdb4e4b3c.tar.gz
freebsd-ports-gnome-e9c2aed52eca5f7cd068882ec007054fdb4e4b3c.tar.zst
freebsd-ports-gnome-e9c2aed52eca5f7cd068882ec007054fdb4e4b3c.zip
textproc/unoconv: Fix wrapper
PR: 223933 Reported by: ice@extreme.hu Approved by: koalative@gmail.com (maintainer timeout, >2 weeks)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/unoconv/Makefile1
-rw-r--r--textproc/unoconv/files/unoconv.in3
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unoconv/Makefile b/textproc/unoconv/Makefile
index bdc83b76158c..81c9ec351f07 100644
--- a/textproc/unoconv/Makefile
+++ b/textproc/unoconv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unoconv
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \
SF/nemysisfreebsdp/textproc/:icons
diff --git a/textproc/unoconv/files/unoconv.in b/textproc/unoconv/files/unoconv.in
index b9ae8208e158..18e2cb95c039 100644
--- a/textproc/unoconv/files/unoconv.in
+++ b/textproc/unoconv/files/unoconv.in
@@ -3,5 +3,4 @@
# $FreeBSD$
#
-cd "%%DATADIR%%"
-exec ./unoconv "$@"
+exec %%DATADIR%%/unoconv "$@"