diff options
author | 2007-10-13 01:17:38 +0000 | |
---|---|---|
committer | 2007-10-13 01:17:38 +0000 | |
commit | 7e057e5e02617d4ddbc1996d15c5af68d227ebf5 (patch) | |
tree | 366ffbe12d47e6e99b5525146ec5e846cc80efc4 /www-client/surfraw/surfraw-2.1.5.ebuild | |
parent | Small fixes for current tar compatibility. Thanks to Philipp Wehrheim for re... (diff) | |
download | historical-7e057e5e02617d4ddbc1996d15c5af68d227ebf5.tar.gz historical-7e057e5e02617d4ddbc1996d15c5af68d227ebf5.tar.bz2 historical-7e057e5e02617d4ddbc1996d15c5af68d227ebf5.zip |
no more linking to compressed manpages. Thanks to James for the report and the fix.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'www-client/surfraw/surfraw-2.1.5.ebuild')
-rw-r--r-- | www-client/surfraw/surfraw-2.1.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-client/surfraw/surfraw-2.1.5.ebuild b/www-client/surfraw/surfraw-2.1.5.ebuild index 86d808d1f031..5a2834aee210 100644 --- a/www-client/surfraw/surfraw-2.1.5.ebuild +++ b/www-client/surfraw/surfraw-2.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.1.5.ebuild,v 1.5 2006/12/22 16:18:48 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.1.5.ebuild,v 1.6 2007/10/13 01:17:37 seemant Exp $ inherit bash-completion eutils @@ -17,6 +17,8 @@ src_unpack() { unpack ${A}; cd ${S} epatch ${FILESDIR}/${PN}-2.1.5-gentoo_pkg_tools.patch + # Man page symlinks shouldn't link to compressed files + sed -i 's,\.gz,,g' links.IN } src_compile() { |