summaryrefslogtreecommitdiff
path: root/security/openpam/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-01-22 16:22:25 +0000
committerjlam <jlam@pkgsrc.org>2005-01-22 16:22:25 +0000
commit1bff0aabdb2fcc4694f4b5b0955cd642943b2b9d (patch)
tree57953a86774f1a2d7ba3e07c20e570b0a6200340 /security/openpam/Makefile
parent625d996cd887bb22fac9d04fe4be7b9b866242b4 (diff)
downloadpkgsrc-1bff0aabdb2fcc4694f4b5b0955cd642943b2b9d.tar.gz
Pass -DSYSCONFDIR="$sysconfdir" in the Makefile instead of the configure
script to avoid bizarre quoting problems within the configure script. This also fixes the definition of SYSCONFDIR in the compiled library. Bump the PKGREVISION to 1.
Diffstat (limited to 'security/openpam/Makefile')
-rw-r--r--security/openpam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openpam/Makefile b/security/openpam/Makefile
index 27815a8c79b..9248ebcd030 100644
--- a/security/openpam/Makefile
+++ b/security/openpam/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/01/17 16:55:21 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/22 16:22:25 jlam Exp $
DISTNAME= openpam-20040210
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openpam/}