diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 06:15:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 06:15:31 +0000 |
commit | 772d2b1bd07d315bced50ad30d074bbfab807487 (patch) | |
tree | ccd02094537ae58ed1c60d00f1e1d29e4da75571 /sys-apps | |
parent | USE=static support #70276 by Sascha Silbe. (diff) | |
download | historical-772d2b1bd07d315bced50ad30d074bbfab807487.tar.gz historical-772d2b1bd07d315bced50ad30d074bbfab807487.tar.bz2 historical-772d2b1bd07d315bced50ad30d074bbfab807487.zip |
Install manpath symlink #70278 by Heinrich Rebehn.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/man/man-1.5m-r2.ebuild | 8 |
3 files changed, 10 insertions, 17 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog index 2aeae7ce5b28..5b391cada4e0 100644 --- a/sys-apps/man/ChangeLog +++ b/sys-apps/man/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.59 2004/10/03 07:52:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.60 2004/11/08 06:15:31 vapier Exp $ + + 08 Nov 2004; Mike Frysinger <vapier@gentoo.org> man-1.5m-r2.ebuild: + Install manpath symlink #70278 by Heinrich Rebehn. *man-1.5m-r2 (03 Oct 2004) diff --git a/sys-apps/man/Manifest b/sys-apps/man/Manifest index 39d091522d1b..87e921fbb4bf 100644 --- a/sys-apps/man/Manifest +++ b/sys-apps/man/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3bd65831671771511c11d46616c6a1ea ChangeLog 8769 -MD5 97d89ba8d19a4a4dc203fcc9e7309367 man-1.5m-r2.ebuild 4056 +MD5 7c642f4865fe3906c99b88c4a5919f5c ChangeLog 8893 +MD5 afc5f4e97f7afcef3bfda7f447a07758 man-1.5m-r2.ebuild 4086 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 7e4bd368680d1c95bdaa6c6d5ee556f1 files/man-1.5m-locale-order.patch 454 MD5 a1fe892ffb27e5e044ed342b611d2db1 files/makewhatis.cron 126 @@ -16,10 +13,3 @@ MD5 cbbd4de51a8359a1ae81f46f2dad6bd8 files/man-1.5m-search-order.patch 489 MD5 cb6f4195874e0c7bd39bc6ccc26611b7 files/man-1.5m-security.patch 781 MD5 fe9f5db8b8b6feaaac25563cb294c901 files/man-1.5m-util_c-segfault.patch 2276 MD5 de02d99d60fb0e923c37e9130989b324 files/man-1.5m-wrong-quotes-v2.patch 328 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBY3l7HTu7gpaalycRApuNAJ9ND8HpSf3j5YLHrRgVIJsPQmzQUwCg0q0K -pbTGny2VqHyC2g0/6l1ax6M= -=csn/ ------END PGP SIGNATURE----- diff --git a/sys-apps/man/man-1.5m-r2.ebuild b/sys-apps/man/man-1.5m-r2.ebuild index 3288e904382f..89a3548f29be 100644 --- a/sys-apps/man/man-1.5m-r2.ebuild +++ b/sys-apps/man/man-1.5m-r2.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/sys-apps/man/man-1.5m-r2.ebuild,v 1.2 2004/10/06 04:24:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m-r2.ebuild,v 1.3 2004/11/08 06:15:31 vapier Exp $ inherit eutils flag-o-matic @@ -85,10 +85,9 @@ src_unpack() { src_compile() { local myconf= - use nls && myconf="+lang all" || myconf="+lang none" - - ./configure -confdir=/etc \ + ./configure \ + -confdir=/etc \ +sgid +fhs \ ${myconf} || die "configure failed" @@ -98,6 +97,7 @@ src_compile() { src_install() { dodir /usr/{bin,sbin} make PREFIX="${D}" install || die "make install failed" + dosym man /usr/bin/manpath insinto /etc doins src/man.conf |