mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6ffcd801bf
PR: 16436 Submitted by: maintainer
22 lines
852 B
Plaintext
22 lines
852 B
Plaintext
*** Makefile.in.orig Sun Jan 23 03:30:33 2000
|
|
--- Makefile.in Sun Jan 23 03:30:56 2000
|
|
***************
|
|
*** 90,97 ****
|
|
|
|
# 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)/bitchx-docs/* $(HELPDIR)
|
|
|
|
# This program allows you to use screen/xterm's to put new BitchX windows
|
|
# on new screen/xterm windows.
|
|
--- 90,97 ----
|
|
|
|
# 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
|
|
! # INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
|
|
|
|
# This program allows you to use screen/xterm's to put new BitchX windows
|
|
# on new screen/xterm windows.
|