1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Don't install the CVS junk with the help files.

PR:		19734
Submitted by:	maintainer
This commit is contained in:
Steve Price 2000-07-07 19:41:03 +00:00
parent 3a839f4932
commit 0e41d82833
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30339
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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