summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-16 01:40:49 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-16 01:40:49 +0000
commita6481c9c4e1b159c43f6f94f1dceed9bc2d336e0 (patch)
tree74218c389a68970bb140be81527fa13086c0cb97 /sys-devel
parentInclude support for automake-1.10. (diff)
downloadhistorical-a6481c9c4e1b159c43f6f94f1dceed9bc2d336e0.tar.gz
historical-a6481c9c4e1b159c43f6f94f1dceed9bc2d336e0.tar.bz2
historical-a6481c9c4e1b159c43f6f94f1dceed9bc2d336e0.zip
SLOT the manpages
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/automake/automake-1.9.6-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r2.ebuild b/sys-devel/automake/automake-1.9.6-r2.ebuild
index ed6fe35ab6ab..b83a57dbfac2 100644
--- a/sys-devel/automake/automake-1.9.6-r2.ebuild
+++ b/sys-devel/automake/automake-1.9.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.11 2006/07/22 15:39:28 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.12 2006/10/16 01:40:49 vapier Exp $
inherit eutils
@@ -40,8 +40,8 @@ src_install() {
local x
for x in aclocal automake ; do
- help2man ${x} > ${x}.1
- doman ${x}.1
+ help2man ./${x} > ${x}-${SLOT}.1
+ doman ${x}-${SLOT}.1
rm -f "${D}"/usr/bin/${x}
done