summaryrefslogtreecommitdiff
path: root/news/husky-fidoconf/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-08 22:37:54 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-08 22:37:54 +0000
commit14d85a7cb5b218fcca3010e8a0e81e5807864181 (patch)
treeff6c957b33b8ad257ea082268b8506ab5575f71a /news/husky-fidoconf/files
parentlicq: (diff)
install files with correct file modes
Notes
Notes: svn path=/head/; revision=72774
Diffstat (limited to 'news/husky-fidoconf/files')
-rw-r--r--news/husky-fidoconf/files/patch-Makefile11
-rw-r--r--news/husky-fidoconf/files/patch-doc::Makefile22
2 files changed, 33 insertions, 0 deletions
diff --git a/news/husky-fidoconf/files/patch-Makefile b/news/husky-fidoconf/files/patch-Makefile
new file mode 100644
index 000000000000..fbb5728e9f24
--- /dev/null
+++ b/news/husky-fidoconf/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig Thu Dec 26 18:33:39 2002
++++ Makefile Thu Jan 9 03:44:07 2003
+@@ -164,7 +164,7 @@
+ $(INSTALL) $(IIOPT) temp.h $(INCDIR)$(DIRSEP)fidoconf
+ $(INSTALL) $(IIOPT) afixcmd.h $(INCDIR)$(DIRSEP)fidoconf
+ $(INSTALL) $(IIOPT) arealist.h $(INCDIR)$(DIRSEP)fidoconf
+- $(INSTALL) $(ILOPT) $(LIBFIDOCONFIG)$(LIB) $(LIBDIR)
++ $(INSTALL) $(ISLOPT) $(LIBFIDOCONFIG)$(LIB) $(LIBDIR)
+ (cd doc && $(MAKE) install)
+ @echo
+ @echo "*** For install man pages run 'gmake install-man' (unixes only)"
diff --git a/news/husky-fidoconf/files/patch-doc::Makefile b/news/husky-fidoconf/files/patch-doc::Makefile
new file mode 100644
index 000000000000..208ca1eed578
--- /dev/null
+++ b/news/husky-fidoconf/files/patch-doc::Makefile
@@ -0,0 +1,22 @@
+--- doc/Makefile.orig Tue Sep 17 16:35:51 2002
++++ doc/Makefile Thu Jan 9 03:45:08 2003
+@@ -71,16 +71,16 @@
+ @echo .
+ ifdef INFODIR
+ -$(MKDIR) $(MKDIROPT) $(INFODIR)
+- $(INSTALL) fidoconfig.info $(INFODIR)
++ $(INSTALL) $(IMOPT) fidoconfig.info $(INFODIR)
+ -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)fidoconfig.info
+ endif
+ ifdef HTMLDIR
+ -$(MKDIR) $(MKDIROPT) $(HTMLDIR)
+- $(INSTALL) fidoconfig*html $(HTMLDIR)
++ $(INSTALL) $(IMOPT) fidoconfig*html $(HTMLDIR)
+ endif
+ ifdef DVIDIR
+ -$(MKDIR) $(MKDIROPT) $(DVIDIR)
+- $(INSTALL) fidoconfig.dvi $(DVIDIR)
++ $(INSTALL) $(IMOPT) fidoconfig.dvi $(DVIDIR)
+ endif
+
+ uninstall: