ports/print/ghostscript7-base/files/patch-lib_ps2epsi.CAN-2004-0967
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

12 lines
304 B
Text

--- 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