aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-06 00:49:32 +0800
committermarino <marino@FreeBSD.org>2016-11-06 00:49:32 +0800
commitd9ef3574dcef5843008d4321f9c503930e05af1f (patch)
tree25facb1727c4e339c6e0b52fb32d1682102171b3 /games
parentd0ecf4af1ec5859fc9d474073cf13aecf3f4a94a (diff)
downloadfreebsd-ports-gnome-d9ef3574dcef5843008d4321f9c503930e05af1f.tar.gz
freebsd-ports-gnome-d9ef3574dcef5843008d4321f9c503930e05af1f.tar.zst
freebsd-ports-gnome-d9ef3574dcef5843008d4321f9c503930e05af1f.zip
games/lordsofwar: Remove patch forgotten by last commit to unbreak build
The previous commit message indicated this patch should have been removed after SHEBANGFIX was applied, but the commit set didn't do that then.
Diffstat (limited to 'games')
-rw-r--r--games/lordsawar/files/patch-create-lw-file14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/lordsawar/files/patch-create-lw-file b/games/lordsawar/files/patch-create-lw-file
deleted file mode 100644
index ee8122cebc2f..000000000000
--- a/games/lordsawar/files/patch-create-lw-file
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: create-lw-file
---- create-lw-file.orig 2010-06-29 09:37:07 UTC
-+++ create-lw-file
-@@ -1,8 +1,8 @@
--#!/bin/bash
-+#!/bin/sh
-
- # put the files given on the command line into a tarball with the same name as the first file in that list. that first file gets overwritten.
- files=$*
--tmpdir=`mktemp --quiet --directory /tmp/lw-tar.XXXXX `
-+tmpdir=`mktemp -q -d /tmp/lw-tar.XXXXX `
- file=`basename $1`
- if [ "x$tmpdir" != "x" ]; then
- cp $files $tmpdir