diff options
Diffstat (limited to 'chat/irssi/patches/patch-ab')
-rw-r--r-- | chat/irssi/patches/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab index 3e2d63b1490..5ff48d1ac20 100644 --- a/chat/irssi/patches/patch-ab +++ b/chat/irssi/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.4 2002/12/02 12:19:20 jmmv Exp $ +$NetBSD: patch-ab,v 1.5 2006/01/17 21:45:52 veego Exp $ ---- Makefile.in.orig Tue Nov 19 11:14:30 2002 -+++ Makefile.in -@@ -117,7 +117,7 @@ sedpath = @sedpath@ - +--- Makefile.in.orig 2005-12-11 10:45:48.000000000 +0100 ++++ Makefile.in 2005-12-12 19:03:38.000000000 +0100 +@@ -254,7 +254,7 @@ + target_alias = @target_alias@ + @BUILD_PLUGINS_TRUE@PLUGINS = plugins SUBDIRS = src docs scripts - -confdir = $(sysconfdir) +confdir = $(datadir)/examples/@PACKAGE@ conf_DATA = irssi.conf - themedir = $(datadir)/irssi/themes + theme_DATA = default.theme colorless.theme |