1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/news/husky/files/patch-hpt_doc_Makefile
John Marino a42ec116be Remove '-devel' prefix from husky* ports
Today the older unstaged husky-* ports were removed as the first part
of a transition move the development versions into their place.  This
commit completes the relocation of husky-*-devel ports.
2014-08-19 22:10:13 +00:00

11 lines
416 B
Plaintext

--- hpt/doc/Makefile.orig 2009-03-23 12:44:57.000000000 +0000
+++ hpt/doc/Makefile 2014-08-02 23:05:26.007741567 +0000
@@ -64,7 +64,6 @@ install: info html dvi
ifdef INFODIR
-$(MKDIR) $(MKDIROPT) $(DESTDIR)$(INFODIR)
$(INSTALL) $(IMOPT) hpt.info $(DESTDIR)$(INFODIR)
- -install-info --info-dir=$(INFODIR) $(DESTDIR)$(INFODIR)$(DIRSEP)hpt.info
endif
ifdef HTMLDIR
-$(MKDIR) $(MKDIROPT) $(DESTDIR)$(HTMLDIR)