From b6eb5e035e6185bd8535ca38509a92e9ef5cdf97 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 Dec 2009 00:49:20 +0000 Subject: add i386-freebsd and amd64-freebsd, from http://anthesphoria.net/FreeBSD/TeXLive-2009, courtesy of Nikola Lecic git-svn-id: svn://tug.org/texlive/trunk@16472 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-freebsd/ps2frag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 Master/bin/i386-freebsd/ps2frag (limited to 'Master/bin/i386-freebsd/ps2frag') diff --git a/Master/bin/i386-freebsd/ps2frag b/Master/bin/i386-freebsd/ps2frag new file mode 100755 index 00000000000..b8e673be087 --- /dev/null +++ b/Master/bin/i386-freebsd/ps2frag @@ -0,0 +1,11 @@ +#!/bin/sh + +tty -s && { + echo + echo "Warning: the ps2frag script is not needed with this version of psfrag." + echo "Please read the manpage ps2frag(1) and the documentation of the" + echo "psfrag package." + echo +} >&2 + +exit 0 -- cgit v1.2.3