diff options
author | grant <grant@pkgsrc.org> | 2002-11-21 13:00:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-21 13:00:02 +0000 |
commit | 891c55168e6c4f43a740eee2b4f64d247c187241 (patch) | |
tree | 9c710382c9782b41beea5d2393d784faba002517 /chat/irssi/patches/patch-ab | |
parent | 6cf0e4b524a98839167faa5c4dd8826cae0bf736 (diff) | |
download | pkgsrc-891c55168e6c4f43a740eee2b4f64d247c187241.tar.gz |
- honour PKG_SYSCONFDIR
- convert to bsd.pkg.install.mk example config installation
- bump PKGREVISION
from Julio Merino in PR pkg/18982.
Diffstat (limited to 'chat/irssi/patches/patch-ab')
-rw-r--r-- | chat/irssi/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/irssi/patches/patch-ab b/chat/irssi/patches/patch-ab new file mode 100644 index 00000000000..22f20087ada --- /dev/null +++ b/chat/irssi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2002/11/21 13:00:02 grant Exp $ + +--- Makefile.in.orig Wed Jun 19 19:09:53 2002 ++++ Makefile.in +@@ -113,7 +113,7 @@ sedpath = @sedpath@ + + SUBDIRS = src $(SERVERTEST) docs scripts + +-confdir = $(sysconfdir) ++confdir = $(datadir)/examples/@PACKAGE@ + conf_DATA = irssi.conf + + themedir = $(datadir)/irssi/themes |