summaryrefslogtreecommitdiff
path: root/net/ircII
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-03 05:46:47 +0000
committertron <tron@pkgsrc.org>2000-08-03 05:46:47 +0000
commit0cf264d9d26131a09ca1a1bfa88a16c7bfd87d24 (patch)
treeb9cc1ad61fd76b785e5664914a9c6a16b1e5ce39 /net/ircII
parentd356ac736e06d1b80e8d20c0d66d64e944e27153 (diff)
downloadpkgsrc-0cf264d9d26131a09ca1a1bfa88a16c7bfd87d24.tar.gz
Fix installation of help files so that ".CVS" directories are really
not installed.
Diffstat (limited to 'net/ircII')
-rw-r--r--net/ircII/files/patch-sum3
-rw-r--r--net/ircII/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ircII/files/patch-sum b/net/ircII/files/patch-sum
index 64d0e1d38e4..799d04a95ec 100644
--- a/net/ircII/files/patch-sum
+++ b/net/ircII/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.16 2000/07/08 18:20:06 pooka Exp $
+$NetBSD: patch-sum,v 1.17 2000/08/03 05:46:47 tron Exp $
+MD5 (patch-aa) = d1cb763698a4ebdcadb252aaf0d02d7a
MD5 (patch-ac) = 89781cbbd9c98e02392b56b82fd50804
diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa
new file mode 100644
index 00000000000..8884280a2ad
--- /dev/null
+++ b/net/ircII/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.10 2000/08/03 05:46:50 tron Exp $
+
+--- configure.orig Sun Apr 9 09:11:08 2000
++++ configure Thu Aug 3 07:43:46 2000
+@@ -5241,7 +5241,7 @@
+ fi
+ if test "x$COPY_DIRECTORY" = "xpax";
+ then
+- INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.?CVS$$;;" -s ";.*/\.?CVS/.*;;" . $(HELP_DIR)'
++ INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.CVS$$;;" -s ";.*/\.CVS/.*;;" . $(HELP_DIR)'
+ else
+ if test "x$COPY_DIRECTORY" = "xtar";
+ then