mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
PORTNAME= unoconv
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \
|
MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \
|
||||||
SF/nemysisfreebsdp/textproc/:icons
|
SF/nemysisfreebsdp/textproc/:icons
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
cd "%%DATADIR%%"
|
exec %%DATADIR%%/unoconv "$@"
|
||||||
exec ./unoconv "$@"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue