diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:41:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:41:03 +0000 |
commit | 0e41d82833713940d1f200d9e46160f6c6593e9b (patch) | |
tree | 531fb7d6f9d1b07f46a63bc246b25589010f8b7c /net-p2p | |
parent | 3a839f493219b1b11927918d4a1ea61f0f3796fd (diff) | |
download | ports-0e41d82833713940d1f200d9e46160f6c6593e9b.tar.gz ports-0e41d82833713940d1f200d9e46160f6c6593e9b.zip |
Don't install the CVS junk with the help files.
PR: 19734
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30339
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/teknap/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa new file mode 100644 index 000000000000..fac576d842ec --- /dev/null +++ b/net-p2p/teknap/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.in.orig Thu Jun 22 11:32:39 2000 ++++ Makefile.in Thu Jul 6 01:10:22 2000 +@@ -58,8 +58,8 @@ + + # This command will be used to install the BitchX help files. If you don't + # want to install them, replace with the following: +-# INSTALL_HELP_CMD = @echo The help files have not been installed. +-INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) ++INSTALL_HELP_CMD = @echo ++#INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) + + ## You probably don't need to change anything below this line + |