aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/blackbox
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-28 22:03:59 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-28 22:03:59 +0000
commitad336c071f05fa950806f6e9124c5489a665b39f (patch)
tree76c99325be3dfd31f6cbfff54eecc86d870d2a2a /x11-wm/blackbox
parenta0e1dc9718e78b7e9d9f500a14dfcf4714606750 (diff)
downloadports-ad336c071f05fa950806f6e9124c5489a665b39f.tar.gz
ports-ad336c071f05fa950806f6e9124c5489a665b39f.zip
Fix bsetbg to use mktemp(1)
PR: 34387 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53930
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r--x11-wm/blackbox/files/patch-util::bsetbg11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/blackbox/files/patch-util::bsetbg b/x11-wm/blackbox/files/patch-util::bsetbg
new file mode 100644
index 000000000000..a7183a26b232
--- /dev/null
+++ b/x11-wm/blackbox/files/patch-util::bsetbg
@@ -0,0 +1,11 @@
+--- util/bsetbg.orig Mon Jan 28 16:53:53 2002
++++ util/bsetbg Mon Jan 28 16:54:10 2002
+@@ -602,7 +602,7 @@
+ VERSION=1.12
+ MORE="(C) 2000 by lordzork industries (http://lordzork.com/)"
+ PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/X11/bin
+-TMPFILE=`tempfile --prefix=bsetbg`
++TMPFILE=`mktemp -t bsetbg`
+ ARGUMENT=$1
+
+