mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
cd "%%DATADIR%%"
|
||||
exec ./unoconv "$@"
|
||||
exec %%DATADIR%%/unoconv "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue