diff options
author | reed <reed@pkgsrc.org> | 2005-10-04 18:27:00 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-04 18:27:00 +0000 |
commit | 1e99bd67c33f64cbd771ca4bcc64fea46e40e3df (patch) | |
tree | 064524e81d6c36304e275e5ec8f135e982ef73d3 /security | |
parent | cbfd7fe7a1c4774ac48c031dedb89b7298050c8b (diff) | |
download | pkgsrc-1e99bd67c33f64cbd771ca4bcc64fea46e40e3df.tar.gz |
For --enable-mandir use ${PKGMANDIR}.
Diffstat (limited to 'security')
-rw-r--r-- | security/PAM/Makefile | 4 |
1 files 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 |