diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-21 16:07:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-21 16:07:31 +0000 |
commit | 93683b027b921058cc548dda721131a55e762712 (patch) | |
tree | 3de418942aea24b8ba68856a2d2b7f8224ba9673 /x11-wm | |
parent | new gawk ebuild (diff) | |
download | historical-93683b027b921058cc548dda721131a55e762712.tar.gz historical-93683b027b921058cc548dda721131a55e762712.tar.bz2 historical-93683b027b921058cc548dda721131a55e762712.zip |
mandir location fix.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20010309.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/pwm/pwm-1.0.20010309.ebuild b/x11-wm/pwm/pwm-1.0.20010309.ebuild index 023db06f6c54..b22bb3114710 100644 --- a/x11-wm/pwm/pwm-1.0.20010309.ebuild +++ b/x11-wm/pwm/pwm-1.0.20010309.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.1 2001/12/18 00:45:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.2 2001/12/21 16:07:31 drobbins Exp $ NPV=20010309 S=${WORKDIR}/pwm-${NPV} @@ -31,7 +31,7 @@ src_unpack() { src_compile() { emake PREFIX=/usr \ - MANDIR=/usr/share/man/man1 \ + MANDIR=/usr/share/man \ DOCDIR=/usr/share/doc \ ETCDIR=/etc/X11 \ || die @@ -39,7 +39,7 @@ src_compile() { src_install() { make PREFIX=${D}/usr \ - MANDIR=${D}/usr/share/man/man1 \ + MANDIR=${D}/usr/share/man \ DOCDIR=${D}/usr/share/doc \ ETCDIR=${D}/etc/X11 \ install || die |