aboutsummaryrefslogtreecommitdiff
path: root/games/lordsawar
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-11-05 16:49:32 +0000
committerJohn Marino <marino@FreeBSD.org>2016-11-05 16:49:32 +0000
commit049b64d82ad436493621a1769b5412130333cb46 (patch)
tree25facb1727c4e339c6e0b52fb32d1682102171b3 /games/lordsawar
parent1122fe23c3ef689e303a9cc5f142bd6987e77850 (diff)
downloadports-049b64d82ad436493621a1769b5412130333cb46.tar.gz
ports-049b64d82ad436493621a1769b5412130333cb46.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.
Notes
Notes: svn path=/head/; revision=425396
Diffstat (limited to 'games/lordsawar')
-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