mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
769 B
Plaintext
23 lines
769 B
Plaintext
--- Makefile.in.orig Sun Jan 9 02:11:01 2000
|
|
+++ Makefile.in Sat Sep 9 01:24:46 2000
|
|
@@ -43,7 +43,7 @@
|
|
IRCLIB = @IRCLIB@
|
|
|
|
CC = @CC@
|
|
-DEFS = -I$$(srcdir)/../include -I$(topdir)/include
|
|
+DEFS = -I$$(srcdir)/../include -I$(topdir)/include -I. -I-
|
|
LIBS = @LIBS@
|
|
INCLUDES = @INCLUDES@
|
|
|
|
@@ -90,8 +90,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)/bitchx-docs/* $(HELPDIR)
|
|
+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.
|