pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Remove CONFIGURE_ARGS setting --m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/740eb7248c9f
branches:  trunk
changeset: 500400:740eb7248c9f
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 07 18:05:07 2005 +0000

description:
Remove CONFIGURE_ARGS setting --mandir as this is now done for
GNU_CONFIGURE.

Also add a note: This breaks for those who set their own LOCALBASE
to /usr and also define PKGMANDIR to different than share/man.

diffstat:

 pkgtools/pkg_install/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5f76a529e80c -r 740eb7248c9f pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Fri Oct 07 17:57:59 2005 +0000
+++ b/pkgtools/pkg_install/Makefile     Fri Oct 07 18:05:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2005/09/28 20:52:25 rillig Exp $
+# $NetBSD: Makefile,v 1.116 2005/10/07 18:05:07 reed Exp $
 
 # Notes to package maintainers:
 #
@@ -89,9 +89,10 @@
 
 PREFIX:=               ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
 .if ${PREFIX} == "/usr"
+# XXX This breaks for those who set their own LOCALBASE to /usr
+# XXX and also define PKGMANDIR to different than share/man.
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/share/man
 MANDIR=                        share/
 .else
-CONFIGURE_ARGS+=       --mandir=${PREFIX}/man
 MANDIR=                        # empty
 .endif



Home | Main Index | Thread Index | Old Index