Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix the value of "appdefaultdir" that ends up in na...



details:   https://anonhg.NetBSD.org/src/rev/604395ae73df
branches:  trunk
changeset: 766909:604395ae73df
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 03 22:59:46 2011 +0000

description:
Fix the value of "appdefaultdir" that ends up in native X .pc files.
(It should be "app-defaults" but was "app-default", probably because
of a typo; it's been wrong ever since this logic was put in two and a
half years ago, and as app-defaults files are a legacy mechanism it
took this long for anyone to notice.) Should be pulled up to -5.

diffstat:

 share/mk/bsd.x11.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c87f562c93a -r 604395ae73df share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Sun Jul 03 22:47:24 2011 +0000
+++ b/share/mk/bsd.x11.mk       Sun Jul 03 22:59:46 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.x11.mk,v 1.97 2011/04/11 23:03:38 joerg Exp $
+#      $NetBSD: bsd.x11.mk,v 1.98 2011/07/03 22:59:46 dholland Exp $
 
 .include <bsd.init.mk>
 
@@ -273,7 +273,7 @@
                s,@includedir@,\\$$\{prefix\}/include,; \
                s,@datarootdir@,\\$$\{prefix\}/share,; \
                s,@datadir@,\\$$\{datarootdir\},; \
-               s,@appdefaultdir@,\\$$\{libdir}/X11/app-default,; \
+               s,@appdefaultdir@,\\$$\{libdir}/X11/app-defaults,; \
                s,@MAPDIR@,\\$$\{libdir\}/X11/fonts/util,; \
                s,@ICONDIR@,\\$$\{datarootdir\}/icons,; \
                s,@PACKAGE_VERSION@,$${_pkg_version},; \



Home | Main Index | Thread Index | Old Index