diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-19 06:16:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-19 06:16:31 +0000 |
commit | 3f09831333c02ef78393080b850ad61b45fa61d5 (patch) | |
tree | 25b09795408390b3562bb8b25a5e35a18fc70223 /games-strategy/freeciv/files | |
parent | Mask media-fonts/cronyx-fonts for removal. (diff) | |
download | gentoo-2-3f09831333c02ef78393080b850ad61b45fa61d5.tar.gz gentoo-2-3f09831333c02ef78393080b850ad61b45fa61d5.tar.bz2 gentoo-2-3f09831333c02ef78393080b850ad61b45fa61d5.zip |
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy/freeciv/files')
-rw-r--r-- | games-strategy/freeciv/files/freeciv-2.2.3-clean-man.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-strategy/freeciv/files/freeciv-2.2.3-clean-man.patch b/games-strategy/freeciv/files/freeciv-2.2.3-clean-man.patch new file mode 100644 index 000000000000..b5c4d2337360 --- /dev/null +++ b/games-strategy/freeciv/files/freeciv-2.2.3-clean-man.patch @@ -0,0 +1,22 @@ +diff -ru freeciv-2.2.0.orig/doc/man/Makefile.in freeciv-2.2.0/doc/man/Makefile.in +--- freeciv-2.2.0.orig/doc/man/Makefile.in 2010-02-21 13:52:28.000000000 -0500 ++++ freeciv-2.2.0/doc/man/Makefile.in 2010-02-26 04:00:07.713504939 -0500 +@@ -347,8 +347,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + MAN_PAGES = \ +- freeciv-server.6 \ +- freeciv-client.6 ++ freeciv-server.6 + + MAN_LINKS = \ + freeciv-gtk2.6 \ +@@ -357,7 +356,7 @@ + freeciv-win32.6 \ + freeciv-ftwl.6 + +-man_MANS = $(MAN_PAGES) $(MAN_LINKS) ++man_MANS = $(MAN_PAGES) + EXTRA_DIST = $(man_MANS) + all: all-am + |