diff options
author | reed <reed> | 2005-10-04 18:27:00 +0000 |
---|---|---|
committer | reed <reed> | 2005-10-04 18:27:00 +0000 |
commit | ed3ebd92d68a8eef7af58196dfbc5d096e64b44f (patch) | |
tree | 064524e81d6c36304e275e5ec8f135e982ef73d3 /security/PAM | |
parent | 13b126b5ba3ecc3838b8fbcb4a0cfb7207cf1ada (diff) | |
download | pkgsrc-ed3ebd92d68a8eef7af58196dfbc5d096e64b44f.tar.gz |
For --enable-mandir use ${PKGMANDIR}.
Diffstat (limited to 'security/PAM')
-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 |