summaryrefslogtreecommitdiff
path: root/news/husky-hpt
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-hpt
parentlicq: (diff)
install files with correct file modes
Notes
Notes: svn path=/head/; revision=72774
Diffstat (limited to 'news/husky-hpt')
-rw-r--r--news/husky-hpt/files/patch-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/husky-hpt/files/patch-Makefile b/news/husky-hpt/files/patch-Makefile
new file mode 100644
index 000000000000..dd40dad4d758
--- /dev/null
+++ b/news/husky-hpt/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- doc/Makefile.orig Thu Jan 9 03:54:36 2003
++++ doc/Makefile Thu Jan 9 03:54:55 2003
+@@ -47,12 +47,12 @@
+ @echo .
+ ifdef INFODIR
+ -$(MKDIR) $(MKDIROPT) $(INFODIR)
+- $(INSTALL) hpt.info $(INFODIR)
++ $(INSTALL) $(IMOPT) hpt.info $(INFODIR)
+ -install-info --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpt.info
+ endif
+ ifdef HTMLDIR
+ -$(MKDIR) $(MKDIROPT) $(HTMLDIR)
+- $(INSTALL) hpt*html $(HTMLDIR)
++ $(INSTALL) $(IMOPT) hpt*html $(HTMLDIR)
+ endif
+
+ uninstall: