summaryrefslogtreecommitdiff
path: root/security/pam-dbm/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-08-18 14:02:12 +0000
committeradrianp <adrianp@pkgsrc.org>2006-08-18 14:02:12 +0000
commit36b622f64c7a7dde9e555a7fc7a1fcf752815402 (patch)
treef55093b20c64b7a4e1a9c6a6b1d5f97bb825b315 /security/pam-dbm/Makefile
parente88747f44c5be5673aae3d00bed26af4fb289f14 (diff)
downloadpkgsrc-36b622f64c7a7dde9e555a7fc7a1fcf752815402.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/Makefile7
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"