summaryrefslogtreecommitdiff
path: root/security/openpam/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-06 18:54:44 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-06 18:54:44 +0000
commit7ae978be7d7754e235fb545a16f75eb751189967 (patch)
treeacb411218b72f9e5228b79c8acf8ebd15748cfc9 /security/openpam/Makefile
parent3c094d56a24008ae7c4da1fc011c4f9ac41dc4eb (diff)
downloadpkgsrc-7ae978be7d7754e235fb545a16f75eb751189967.tar.gz
Update to OpenPAM Figwort (20050616):
- BUGFIX: Correct several small signedness and initialization bugs discovered during review by the NetBSD team. - BUGFIX: Modify gendoc.pl to sort cross-references in dictionary order within each section. - ENHANCE: if a policy specifies a relative module path, prepend the module directory so we never call dlopen(3) with a relative path. - ENHANCE: add a pam.conf(5) manual page.
Diffstat (limited to 'security/openpam/Makefile')
-rw-r--r--security/openpam/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/security/openpam/Makefile b/security/openpam/Makefile
index e681796d193..060d772f910 100644
--- a/security/openpam/Makefile
+++ b/security/openpam/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2006/03/14 16:23:46 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2007/09/06 18:54:44 joerg Exp $
-DISTNAME= openpam-20050201
+DISTNAME= openpam-20050616
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openpam/}
@@ -8,6 +8,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.openpam.org/
COMMENT= Open-source PAM library
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= PAM-[0-9]*
USE_LIBTOOL= yes
@@ -28,10 +30,4 @@ post-tools:
${ECHO} "${TRUE}" >> ${TOOLS_DIR}/bin/perl
${CHMOD} +x ${TOOLS_DIR}/bin/perl
-# Remove a directory that's created for the sample su application that
-# we don't install.
-#
-post-install:
- ${RMDIR} -p ${PREFIX}/bin 2>/dev/null || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"