9af4b2f990
Update www/kazehakase from 0.2.9 to 0.3.0. Changes from 0.2.9 to 0.3.0: * Added feed bookmark action (Kouhei Sutou) * Fixed some crash bugs. (I have been running this since Sept. 10. Sorry for the delay in updating.)
13 lines
431 B
Text
13 lines
431 B
Text
$NetBSD: patch-ad,v 1.2 2005/09/17 22:40:36 reed Exp $
|
|
|
|
--- etc/mozilla/Makefile.in.orig 2005-08-28 23:22:15.000000000 +0000
|
|
+++ etc/mozilla/Makefile.in
|
|
@@ -202,7 +202,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-kzetcmozdir = $(sysconfdir)/$(PACKAGE)/mozilla
|
|
+kzetcmozdir = @datadir@/examples/@PACKAGE_TARNAME@/mozilla
|
|
kzetcmoz_DATA = \
|
|
encodings.xml
|
|
|