aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-hpt
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-hpt
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-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: