summaryrefslogtreecommitdiff
path: root/security/openpam/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-02-10 02:55:38 +0000
committerjlam <jlam@pkgsrc.org>2005-02-10 02:55:38 +0000
commit49e316c55159cc5093a3d1706e4337ba244a111c (patch)
tree7095c5ebba46a79f087a07cb737887f0aed9e205 /security/openpam/Makefile
parentfbceb860ededec75a493777300ef302cb7396cb2 (diff)
downloadpkgsrc-49e316c55159cc5093a3d1706e4337ba244a111c.tar.gz
Update security/openpam to 20050201 (Feterita). Changes from version
20040210 (Eelgrass) include: - BUGFIX: Correct numerous markup errors, invalid cross-references, and other issues in the manual pages, with kind assistance from Ruslan Ermilov <ru@freebsd.org>. - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX() and RETURNX() macros. - BUGFIX: Remove an unnecessary and non-portable pointer cast in pam_get_data(3). - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in pam_strerror(3) and gendoc.pl. - ENHANCE: Minor overhaul of the autoconf / build system. - ENHANCE: Add openpam_free_envlist(3).
Diffstat (limited to 'security/openpam/Makefile')
-rw-r--r--security/openpam/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openpam/Makefile b/security/openpam/Makefile
index 9248ebcd030..98d602bb7cb 100644
--- a/security/openpam/Makefile
+++ b/security/openpam/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/01/22 16:22:25 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/10 02:55:39 jlam Exp $
-DISTNAME= openpam-20040210
-PKGREVISION= 1
+DISTNAME= openpam-20050201
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openpam/}
@@ -19,6 +18,9 @@ CONFIGURE_ARGS+= --without-pam-su
CONFIGURE_ARGS+= --with-pam-unix
CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/lib/security
+USE_PKGINSTALL= yes
+OWN_DIRS= ${PKG_SYSCONFDIR}/pam.d
+
.include "../../mk/dlopen.buildlink3.mk"
# Create a fake perl binary to avoid recreating the man pages.