summaryrefslogtreecommitdiff
path: root/news/husky-hpucode
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-hpucode
parentlicq: (diff)
install files with correct file modes
Notes
Notes: svn path=/head/; revision=72774
Diffstat (limited to 'news/husky-hpucode')
-rw-r--r--news/husky-hpucode/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/husky-hpucode/files/patch-Makefile b/news/husky-hpucode/files/patch-Makefile
new file mode 100644
index 000000000000..3e5539270c01
--- /dev/null
+++ b/news/husky-hpucode/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig Thu Jan 9 03:57:29 2003
++++ Makefile Thu Jan 9 03:57:46 2003
+@@ -64,12 +64,12 @@
+ $(INSTALL) $(IBOPT) hpucode$(EXE) $(BINDIR)
+ ifdef INFODIR
+ -$(MKDIR) $(MKDIROPT) $(INFODIR)
+- $(INSTALL) hpucode.info $(INFODIR)
++ $(INSTALL) $(IMOPT) hpucode.info $(INFODIR)
+ -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpucode.info
+ endif
+ ifdef HTMLDIR
+ -$(MKDIR) $(MKDIROPT) $(HTMLDIR)
+- $(INSTALL) hpucode.html $(HTMLDIR)
++ $(INSTALL) $(IMOPT) hpucode.html $(HTMLDIR)
+ endif
+ ifdef MANDIR
+ -$(MKDIR) $(MKDIROPT) $(MANDIR)$(DIRSEP)man1