diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-12 19:12:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-12 19:12:38 +0000 |
commit | 6042a221268bdeabe55908057178ae514a27335e (patch) | |
tree | eb8f9bb323c12215a9b03e7e14c7a7956b98795d /games/rtb/files/patch-Makefile.in | |
parent | de21212bba606cfc5fceaffd8f94d398db2dd2e7 (diff) |
Notes
Diffstat (limited to 'games/rtb/files/patch-Makefile.in')
-rw-r--r-- | games/rtb/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/rtb/files/patch-Makefile.in b/games/rtb/files/patch-Makefile.in deleted file mode 100644 index 2cd03c5dbea1..000000000000 --- a/games/rtb/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sun Nov 23 03:44:31 2003 -+++ Makefile.in Sat Mar 13 02:50:55 2004 -@@ -120,7 +120,7 @@ - USE_NLS = @USE_NLS@ - VERSION = @VERSION@ - --SUBDIRS = intl po include src doc -+SUBDIRS = intl po include src - - realtimebattledocdir = ${prefix}/doc/RealTimeBattle - realtimebattledoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ABOUT-NLS -@@ -374,7 +374,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-realtimebattledocDATA -+install-data-am: - install-data: install-data-recursive - - install-am: all-am |