summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai>2012-06-16 22:06:34 +0000
committerpettai <pettai>2012-06-16 22:06:34 +0000
commitfc5ad4463754bceeeac3584e548a4ed0ddcb1865 (patch)
tree4fa05a6dee54f362c390aa70fa56d62305c8c958 /security
parent723fc6b1fbe0b4aafcf4f685a97ad0faad3ee643 (diff)
downloadpkgsrc-fc5ad4463754bceeeac3584e548a4ed0ddcb1865.tar.gz
Add pam.bl3.mk.
Diffstat (limited to 'security')
-rw-r--r--security/pam-tacplus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam-tacplus/Makefile b/security/pam-tacplus/Makefile
index 252b6c73eaf..147570ff569 100644
--- a/security/pam-tacplus/Makefile
+++ b/security/pam-tacplus/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2012/06/16 21:59:41 pettai Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/16 22:06:34 pettai Exp $
#
DISTNAME= pam_tacplus-1.3.6
PKGNAME= ${DISTNAME:S/_/-/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tacplus/}
@@ -22,4 +23,5 @@ SUBST_STAGE.egdir= post-patch
SUBST_FILES.egdir= Makefile.in
SUBST_SED.egdir= -e "s,@EGDIR@,${EGDIR},"
+.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"