From 1e99bd67c33f64cbd771ca4bcc64fea46e40e3df Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 4 Oct 2005 18:27:00 +0000 Subject: For --enable-mandir use ${PKGMANDIR}. --- security/PAM/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/PAM/Makefile b/security/PAM/Makefile index aae1ed7367a..68d5222cfdf 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/09/08 21:57:56 salo Exp $ +# $NetBSD: Makefile,v 1.36 2005/10/04 18:27:00 reed Exp $ # DISTNAME= Linux-PAM-0.77 @@ -25,7 +25,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-docdir=${PREFIX}/share/doc/PAM CONFIGURE_ARGS+= --enable-includedir=${PREFIX}/include -CONFIGURE_ARGS+= --enable-mandir=${PREFIX}/man +CONFIGURE_ARGS+= --enable-mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --enable-sconfigdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --enable-static-libpam CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2TXT=no -- cgit v1.2.3