diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-15 21:45:12 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-15 21:45:12 +0000 |
commit | f9ca2d0669ad31171a10c4f288179f50858b3319 (patch) | |
tree | 01d5a4683ab069eac05229431d55760c70b7773c /irc/bitchx/files/patch-ap | |
parent | Add default CNEWSBIN, to ensure package can be made (diff) |
o Nasty fix to deal with "Why some files are bzip2's ????"
BX runs well without bzip2. Not that good to introduce another
RUN_DEPENDS spam.
o Add 2 patch files I forgot in previous commit.
Notes
Notes:
svn path=/head/; revision=39900
Diffstat (limited to 'irc/bitchx/files/patch-ap')
-rw-r--r-- | irc/bitchx/files/patch-ap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/bitchx/files/patch-ap b/irc/bitchx/files/patch-ap new file mode 100644 index 000000000000..ae3adcf497f3 --- /dev/null +++ b/irc/bitchx/files/patch-ap @@ -0,0 +1,12 @@ +--- Makefile.in.orig Tue Mar 13 18:40:31 2001 ++++ Makefile.in Tue Mar 13 18:42:58 2001 +@@ -114,8 +114,7 @@ + + # 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 = @INSTALL_HELP_CMD@ ++INSTALL_HELP_CMD = echo + + # This is where the optional plugins will be copied to. + PLUGINDIR = @PLUGINDIR@ |