summaryrefslogtreecommitdiff
path: root/games/copter-commander/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/copter-commander/patches/patch-ag')
-rw-r--r--games/copter-commander/patches/patch-ag11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/copter-commander/patches/patch-ag b/games/copter-commander/patches/patch-ag
deleted file mode 100644
index 064eb87380a..00000000000
--- a/games/copter-commander/patches/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2002/03/08 16:45:37 wiz Exp $
-
---- string-literalize.sh.orig Thu May 17 20:35:25 2001
-+++ string-literalize.sh
-@@ -17,5 +17,5 @@
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-- sed 's/\\/\\\\/g' | sed 's/\"/\\\"/g' | sed 's/^/"/g' - | sed 's/$/\\n"/g' -
-+ sed 's/\\/\\\\/g' | sed 's/\"/\\\"/g' | sed 's/^/"/g' | sed 's/$/\\n"/g'
- # double backslashes protect quotes " to bol \n" to eol