diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-04 07:25:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-04 07:25:48 +0000 |
commit | 2f29ed33f30bac7e3169e67e7fcb90da3d829fb2 (patch) | |
tree | 4c322021da1bf57c02afba3a3cc23e893992da0e /net-mail/mlmmj/mlmmj-1.2.11.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-2f29ed33f30bac7e3169e67e7fcb90da3d829fb2.tar.gz gentoo-2-2f29ed33f30bac7e3169e67e7fcb90da3d829fb2.tar.bz2 gentoo-2-2f29ed33f30bac7e3169e67e7fcb90da3d829fb2.zip |
Fix all warnings.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-mail/mlmmj/mlmmj-1.2.11.ebuild')
-rw-r--r-- | net-mail/mlmmj/mlmmj-1.2.11.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/mlmmj/mlmmj-1.2.11.ebuild b/net-mail/mlmmj/mlmmj-1.2.11.ebuild index 20ecad4afdf8..8e9bed9a4cea 100644 --- a/net-mail/mlmmj/mlmmj-1.2.11.ebuild +++ b/net-mail/mlmmj/mlmmj-1.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.11.ebuild,v 1.2 2007/06/12 12:55:54 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.11.ebuild,v 1.3 2008/01/04 07:25:48 robbat2 Exp $ inherit eutils @@ -24,19 +24,19 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodir ${SHAREDIR} dodir ${SHAREDIR}/texts insinto ${SHAREDIR}/texts doins listtexts/* - dodoc AUTHORS ChangeLog COPYING FAQ LICENSE README + dodoc AUTHORS ChangeLog FAQ README dodoc TODO TUNABLES UPGRADE VERSION README.access dodoc README.sendmail README.exim4 README.security insinto /usr/share/mlmmj - cd ${S}/contrib/web + cd "${S}"/contrib/web doins -r * } |