Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2017 02:16:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456188 - in head/textproc/unoconv: . files
Message-ID:  <201712130216.vBD2GTp6097208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@extreme.hu
  Approved by:	koalative@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 "$@"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712130216.vBD2GTp6097208>