diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-18 07:14:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-18 07:14:53 +0000 |
commit | a9f6cde7ffcfc82e83ba9906759495a22205382a (patch) | |
tree | 7491ec6e5764f48e47ec112f41198f02b5bb87f8 /sys-devel/autoconf/autoconf-2.59-r7.ebuild | |
parent | QA fix: updated to respect LDFLAGS per bug 289158. (diff) | |
download | historical-a9f6cde7ffcfc82e83ba9906759495a22205382a.tar.gz historical-a9f6cde7ffcfc82e83ba9906759495a22205382a.tar.bz2 historical-a9f6cde7ffcfc82e83ba9906759495a22205382a.zip |
Backport manpage regen avoidance code.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.59-r7.ebuild')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.59-r7.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/autoconf/autoconf-2.59-r7.ebuild b/sys-devel/autoconf/autoconf-2.59-r7.ebuild index babc49ce1ff3..2adf57184209 100644 --- a/sys-devel/autoconf/autoconf-2.59-r7.ebuild +++ b/sys-devel/autoconf/autoconf-2.59-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild,v 1.15 2008/06/21 06:27:48 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.59-r7.ebuild,v 1.16 2009/10/18 07:14:53 vapier Exp $ inherit eutils @@ -29,6 +29,9 @@ src_compile() { && export EMACS=emacs \ || export EMACS=no econf --program-suffix="-${PV}" || die + # econf updates config.{sub,guess} which forces the manpages + # to be regenerated which we dont want to do #146621 + touch man/*.1 # We want to transform the binaries, not the manpages sed -i "/^program_transform_name/s:-${PV}::" man/Makefile emake || die |