--- repositories/gentoo/mail-mta/msmtp/msmtp-1.4.9.ebuild 2006-12-20 10:07:14.000000000 -0800 +++ msmtp-1.4.13.ebuild 2007-09-30 15:44:30.000000000 -0700 @@ -42,17 +42,23 @@ } src_install () { - make DESTDIR=${D} install || die "install failed" + emake DESTDIR=${D} install || die "install failed" if use mailwrapper; then insinto /etc/mail doins ${FILESDIR}/mailer.conf else - dodir /usr/sbin /usr/lib + dodir /usr/sbin dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed" fi - dodoc AUTHORS ChangeLog NEWS README* THANKS \ + insinto /usr/share/${PN}/scripts + doins scripts/set_sendmail.sh || die "doins failed" + + insinto /usr/share/${PN}/scripts/msmtpqueue + doins scripts/msmtpqueue/* || die "doins failed" + + dodoc AUTHORS ChangeLog NEWS README THANKS \ doc/{Mutt+msmtp.txt,msmtprc*} || die "dodoc failed" if use doc ; then