diff options
author | 2004-08-31 10:59:39 +0000 | |
---|---|---|
committer | 2004-08-31 10:59:39 +0000 | |
commit | 6505a01befc45fb78671f72866a8acb8883ac356 (patch) | |
tree | ffec50e599115cbd2a60539877b87e329a03bc8c | |
parent | Cleanup of XFS-related apps: dmapi, acl, xfsdump, attr. (diff) | |
download | historical-6505a01befc45fb78671f72866a8acb8883ac356.tar.gz historical-6505a01befc45fb78671f72866a8acb8883ac356.tar.bz2 historical-6505a01befc45fb78671f72866a8acb8883ac356.zip |
fix path in fortune man page (bug #60843)
-rw-r--r-- | games-misc/fortune-mod/ChangeLog | 6 | ||||
-rw-r--r-- | games-misc/fortune-mod/Manifest | 4 | ||||
-rw-r--r-- | games-misc/fortune-mod/fortune-mod-1.99.1.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-misc/fortune-mod/ChangeLog b/games-misc/fortune-mod/ChangeLog index 4dbc74c16563..86e38218d257 100644 --- a/games-misc/fortune-mod/ChangeLog +++ b/games-misc/fortune-mod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.8 2004/07/01 11:19:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/ChangeLog,v 1.9 2004/08/31 10:59:39 mr_bones_ Exp $ + + 31 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> + fortune-mod-1.99.1.ebuild: + fix path in fortune man page (bug #60843) 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> fortune-mod-1.0.9708-r1.ebuild, fortune-mod-1.99.1.ebuild: diff --git a/games-misc/fortune-mod/Manifest b/games-misc/fortune-mod/Manifest index bc2d02f8bfdf..4119ee26e88a 100644 --- a/games-misc/fortune-mod/Manifest +++ b/games-misc/fortune-mod/Manifest @@ -1,7 +1,7 @@ -MD5 6de3fdbe0e7afc8168fb0bcd9ce0a4db ChangeLog 3193 +MD5 a2083881b49ac183ac793b33791b4493 ChangeLog 3321 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 674c09ae2a6d4b491f2c8401700e43f9 fortune-mod-1.0.9708-r1.ebuild 1499 -MD5 c97c4bc63bfd5e842c0d950578f338d9 fortune-mod-1.99.1.ebuild 1435 +MD5 e8903017c0ebbf86ca86f5a482e41832 fortune-mod-1.99.1.ebuild 1477 MD5 69ebce3aec1f10dead82c52fd02c1350 files/9708-Makefile.patch 1305 MD5 53d07a3874dcef229e5e19296a9d8db1 files/9708-ppc-rot.patch 226 MD5 45891a0eae39a7ec90b6f2433147874f files/digest-fortune-mod-1.0.9708-r1 69 diff --git a/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild b/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild index d0e96e098ca1..70b719b1abe3 100644 --- a/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild +++ b/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild,v 1.7 2004/08/31 09:31:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod/fortune-mod-1.99.1.ebuild,v 1.8 2004/08/31 10:59:39 mr_bones_ Exp $ inherit eutils @@ -25,6 +25,7 @@ src_unpack() { -e 's:/fortunes:/fortune:' \ -e 's:FORTDIR=$(prefix)/usr:FORTDIR=$(prefix)/usr/bin:' \ -e 's:^CFLAGS=.*$:CFLAGS=$(DEFINES) $(E_CFLAGS):' \ + -e '/^all:/s:$: fortune/fortune.man:' \ Makefile \ || die "sed Makefile failed" sed -i \ |