aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-fidoconf
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-01-09 06:37:54 +0800
committerfjoe <fjoe@FreeBSD.org>2003-01-09 06:37:54 +0800
commit972489214c0c3519b69a0cc3850944e0344263ff (patch)
tree89e4dfe219de3aa2d67bcd3cd5845982c6dd72b2 /news/husky-fidoconf
parent8039e2420d1da9a88102d5df7f194ab7456d384f (diff)
downloadfreebsd-ports-gnome-972489214c0c3519b69a0cc3850944e0344263ff.tar.gz
freebsd-ports-gnome-972489214c0c3519b69a0cc3850944e0344263ff.tar.zst
freebsd-ports-gnome-972489214c0c3519b69a0cc3850944e0344263ff.zip
install files with correct file modes
Diffstat (limited to 'news/husky-fidoconf')
-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: