diff options
author | pettai <pettai@pkgsrc.org> | 2012-06-16 22:06:34 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-06-16 22:06:34 +0000 |
commit | c9399c2f6c8cfaee41395260720b89d2f1dc173d (patch) | |
tree | 4fa05a6dee54f362c390aa70fa56d62305c8c958 /security | |
parent | 64acaa53e9554ba453581ed13d668a5401fdbd99 (diff) | |
download | pkgsrc-c9399c2f6c8cfaee41395260720b89d2f1dc173d.tar.gz |
Add pam.bl3.mk.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-tacplus/Makefile | 4 |
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" |