textproc/unoconv: Fix wrapper

PR:		223933
Reported by:	ice@extreme.hu
Approved by:	koalative@gmail.com (maintainer timeout, >2 weeks)
This commit is contained in:
Steve Wills 2017-12-13 02:16:28 +00:00
parent dd1d977a42
commit d01583d309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456188
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,5 +3,4 @@
# $FreeBSD$
#
cd "%%DATADIR%%"
exec ./unoconv "$@"
exec %%DATADIR%%/unoconv "$@"