aboutsummaryrefslogtreecommitdiff
path: root/games/tvp/files/patch-aprez_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/tvp/files/patch-aprez_Makefile.in')
-rw-r--r--games/tvp/files/patch-aprez_Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/tvp/files/patch-aprez_Makefile.in b/games/tvp/files/patch-aprez_Makefile.in
deleted file mode 100644
index 95e7a1a6ec32..000000000000
--- a/games/tvp/files/patch-aprez_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- aprez/Makefile.in.orig Sun Feb 1 22:29:17 2004
-+++ aprez/Makefile.in Sun Feb 1 22:16:59 2004
-@@ -30,6 +30,8 @@
- # code...
- cat ../ABOUT | perl -pe 's/(\")/\\$$1/g;' > tempfile2
- perl -e '$$a=`cat tempfile1`; $$b=`cat tempfile2`; \
-+ $$a=~s/\n/\\n\"\n\"/g; $$a=~s/^/\"/g; $$a=~s/\"//; \
-+ $$b=~s/\n/\\n\"\n\"/g; $$b=~s/^/\"/g; $$b=~s/\"//; \
- while (<>) { \
- s/\!COPYING\!/$$a/g; \
- s/\!ABOUT\!/$$b/g; \