diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-15 04:58:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-15 04:58:16 +0000 |
commit | 044b1ea4e15bfa9bb2060b06f8a23dccd287b31a (patch) | |
tree | e9e9b3d7d9ef9ba6e3be75707a114ebb8349470f /app-sci/netcdf | |
parent | emake->make (diff) | |
download | gentoo-2-044b1ea4e15bfa9bb2060b06f8a23dccd287b31a.tar.gz gentoo-2-044b1ea4e15bfa9bb2060b06f8a23dccd287b31a.tar.bz2 gentoo-2-044b1ea4e15bfa9bb2060b06f8a23dccd287b31a.zip |
quick manpage fix
Diffstat (limited to 'app-sci/netcdf')
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild index 954972c00675..20b411a9a84c 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.4 2002/09/15 04:52:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.5 2002/09/15 04:58:16 seemant Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="Interface for array oriented data access" @@ -21,7 +21,8 @@ src_compile() { src_install() { dodir /usr/{lib,share} - einstall || die + einstall \ + MANDIR=${D}/usr/share/man || die dodoc COMPATIBILITY COPYRIGHT MANIFEST README RELEASE_NOTES VERSION dohtml -r . |