diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-03 16:38:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-03 16:38:58 +0000 |
commit | dd7eafa4cd9fb6637a0519e432df7ee9049ee9f6 (patch) | |
tree | 41c669e8c4f95fdfe6db41d6250c8c0dc618b87d /dev-perl/Unicode-Map8 | |
parent | Fixed manpath to be FHS2.1 conform (diff) | |
download | gentoo-2-dd7eafa4cd9fb6637a0519e432df7ee9049ee9f6.tar.gz gentoo-2-dd7eafa4cd9fb6637a0519e432df7ee9049ee9f6.tar.bz2 gentoo-2-dd7eafa4cd9fb6637a0519e432df7ee9049ee9f6.zip |
Added INSTALLMAN?DIR to install manpages to ${D}
Diffstat (limited to 'dev-perl/Unicode-Map8')
-rw-r--r-- | dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild index 801a76e116d5..62dbf1387c9c 100644 --- a/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-Map8/Unicode-Map8-0.10.ebuild,v 1.2 2001/05/03 16:38:57 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,8 @@ src_compile() { src_install () { - try make PREFIX=${D}/usr install + try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 install dodoc ChangeLog MANIFEST README* TODO } |