diff options
author | adrianp <adrianp> | 2006-08-18 14:02:12 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-08-18 14:02:12 +0000 |
commit | 596ce5b28797f492ea7daceb7398ac9bcc18c672 (patch) | |
tree | f55093b20c64b7a4e1a9c6a6b1d5f97bb825b315 /security/pam-dbm/Makefile | |
parent | fc62813d5cb6e99fea5257b70c06ec283c6981f2 (diff) | |
download | pkgsrc-596ce5b28797f492ea7daceb7398ac9bcc18c672.tar.gz |
Rename authtest to pam_dbm-authtest to avoid a conflict with authtest
from the courier package.
Diffstat (limited to 'security/pam-dbm/Makefile')
-rw-r--r-- | security/pam-dbm/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile index 407ed298902..0236233033d 100644 --- a/security/pam-dbm/Makefile +++ b/security/pam-dbm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/08/18 14:02:12 adrianp Exp $ # DISTNAME= pam_dbm-0.2 PKGNAME= pam-dbm-0.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/ @@ -16,4 +17,8 @@ BDB_ACCEPTED= db1 .include "../../mk/bdb.buildlink3.mk" .include "../../mk/pam.buildlink3.mk" + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/authtest ${PREFIX}/sbin/pam_dbm-authtest + .include "../../mk/bsd.pkg.mk" |