diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967 | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967')
-rw-r--r-- | print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967 b/print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967 deleted file mode 100644 index 33636efcaef2..000000000000 --- a/print/ghostscript7/files/patch-lib:ps2epsi.CAN-2004-0967 +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/ps2epsi.orig Mon Nov 28 02:17:38 2005 -+++ lib/ps2epsi Mon Nov 28 02:17:45 2005 -@@ -1,7 +1,8 @@ - #!/bin/sh - # $Id: ps2epsi,v 1.7.2.1 2002/04/22 20:18:24 giles Exp $ - --tmpfile=/tmp/ps2epsi$$ -+tmpfile=`mktemp -t ps2epsi.XXXXXX || exit 1` -+trap "rm -rf $tmpfile" 0 1 2 3 7 13 15 - - export outfile - |