--- pam_pwdfile-0.99.ebuild 2006-10-15 16:36:28.000000000 +0200 +++ pam_pwdfile-0.99.ebuild 2007-09-10 09:47:43.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pwdfile/pam_pwdfile-0.99.ebuild,v 1.4 2006/10/15 14:25:51 tcort Exp $ -inherit flag-o-matic +inherit flag-o-matic pam DESCRIPTION="PAM module for authenticating against passwd-like files." HOMEPAGE="http://cpbotha.net/pam_pwdfile.html" @@ -17,11 +17,10 @@ # the upstream makefile does CFLAGS in a horrible way # that '-c' is 100% required here append-flags -fPIC -Wall -Wformat-security -D_BSD_SOURCE -c - emake -f contrib/Makefile.standalone CFLAGS="${CFLAGS}" + emake -f contrib/Makefile.standalone CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { - exeinto /lib/security - doexe ${PN}.so + dopammod ${PN}.so dodoc INSTALL README changelog contrib/warwick_duncan-cyrus_without_system_accounts.txt }