svn commit: r456188 - in head/textproc/unoconv: . files
Steve Wills
swills at FreeBSD.org
Wed Dec 13 02:16:30 UTC 2017
Author: swills
Date: Wed Dec 13 02:16:28 2017
New Revision: 456188
URL: https://svnweb.freebsd.org/changeset/ports/456188
Log:
textproc/unoconv: Fix wrapper
PR: 223933
Reported by: ice at extreme.hu
Approved by: koalative at gmail.com (maintainer timeout, >2 weeks)
Modified:
head/textproc/unoconv/Makefile
head/textproc/unoconv/files/unoconv.in
Modified: head/textproc/unoconv/Makefile
==============================================================================
--- head/textproc/unoconv/Makefile Tue Dec 12 23:17:25 2017 (r456187)
+++ head/textproc/unoconv/Makefile Wed Dec 13 02:16:28 2017 (r456188)
@@ -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
Modified: head/textproc/unoconv/files/unoconv.in
==============================================================================
--- head/textproc/unoconv/files/unoconv.in Tue Dec 12 23:17:25 2017 (r456187)
+++ head/textproc/unoconv/files/unoconv.in Wed Dec 13 02:16:28 2017 (r456188)
@@ -3,5 +3,4 @@
# $FreeBSD$
#
-cd "%%DATADIR%%"
-exec ./unoconv "$@"
+exec %%DATADIR%%/unoconv "$@"
More information about the svn-ports-all
mailing list