mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
- Change master sites, icon - Change maintainer email to @FreeBSD.org - Remove PORTDATA - Support STAGEDIR - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change pkg-plist, remove DOCS Approved by: pawel / wg (mentors, implicit)
7 lines
64 B
Bash
7 lines
64 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec ./unoconv "$@"
|