diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-22 16:22:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-22 16:22:25 +0000 |
commit | 1d089b74b9e16248059158c0db5284dd8290ab12 (patch) | |
tree | 57953a86774f1a2d7ba3e07c20e570b0a6200340 /security/openpam/Makefile | |
parent | 75bf4504c7456f9de8ad086ce247f453e1dc6a28 (diff) | |
download | pkgsrc-1d089b74b9e16248059158c0db5284dd8290ab12.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/Makefile | 3 |
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/} |