pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/PAM For --enable-mandir use ${PKGMANDIR}.
details: https://anonhg.NetBSD.org/pkgsrc/rev/71ef275d3153
branches: trunk
changeset: 500249:71ef275d3153
user: reed <reed%pkgsrc.org@localhost>
date: Tue Oct 04 18:27:00 2005 +0000
description:
For --enable-mandir use ${PKGMANDIR}.
diffstat:
security/PAM/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e2db7896053b -r 71ef275d3153 security/PAM/Makefile
--- a/security/PAM/Makefile Tue Oct 04 18:19:16 2005 +0000
+++ b/security/PAM/Makefile Tue Oct 04 18:27:00 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index