mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
$NetBSD: patch-ad,v 1.5 2009/10/30 20:34:43 tnn Exp $
|
|
|
|
--- etc/mozilla/Makefile.in.orig 2009-10-30 21:13:42.000000000 +0100
|
|
+++ etc/mozilla/Makefile.in
|
|
@@ -306,7 +306,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-kzetcmozdir = $(sysconfdir)/$(PACKAGE)/mozilla
|
|
+kzetcmozdir = @datadir@/examples/@PACKAGE_TARNAME@/mozilla
|
|
kzetcmoz_DATA = \
|
|
encodings.xml
|
|
|