summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-14 19:48:30 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-14 19:48:30 +0000
commit5dc8acee276434ec1f010382d2844b74f2890b6d (patch)
tree5881521eb014d48656aba460edc2cd0bc0018da3 /sys-devel/autoconf/autoconf-2.54.ebuild
parentChanged url to reflect where author moved it (diff)
downloadgentoo-2-5dc8acee276434ec1f010382d2844b74f2890b6d.tar.gz
gentoo-2-5dc8acee276434ec1f010382d2844b74f2890b6d.tar.bz2
gentoo-2-5dc8acee276434ec1f010382d2844b74f2890b6d.zip
fix catagory for 2.1 info page
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.54.ebuild')
-rw-r--r--sys-devel/autoconf/autoconf-2.54.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild
index 1b9d37ac1af3..f68c8ed4928f 100644
--- a/sys-devel/autoconf/autoconf-2.54.ebuild
+++ b/sys-devel/autoconf/autoconf-2.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.5 2002/12/14 19:19:01 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.6 2002/12/14 19:48:30 azarah Exp $
IUSE=""
@@ -54,6 +54,12 @@ src_compile() {
# ************ autoconf-2.13 ************
#
cd ${OLD_S}
+
+ perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
+ cp autoconf.texi autoconf.texi.orig
+ sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
+ autoconf.texi.orig > autoconf.texi
+
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \