diff options
author | garga <garga@FreeBSD.org> | 2005-10-26 23:46:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-26 23:46:57 +0800 |
commit | daa73adbd185c019eebe097eb6bdf1a411cb81c2 (patch) | |
tree | ab1ce3e7c71629ad4712e98e897f565a326da108 /news/husky-hpt-devel/files | |
parent | 6f20fb2e349e47639d901d8bdf8d2a8570b215e8 (diff) | |
download | freebsd-ports-gnome-daa73adbd185c019eebe097eb6bdf1a411cb81c2.tar.gz freebsd-ports-gnome-daa73adbd185c019eebe097eb6bdf1a411cb81c2.tar.zst freebsd-ports-gnome-daa73adbd185c019eebe097eb6bdf1a411cb81c2.zip |
Highly Portable Tosser (full-featured FTN tosser)
HPT is a part of Husky Fidosoft Project.
Husky is complete freeware suite of Fidonet applications.
WWW: http://husky.sourceforge.net/
PR: ports/88026
Submitted by: Oleg Sharoiko <os@rsu.ru>
Diffstat (limited to 'news/husky-hpt-devel/files')
-rw-r--r-- | news/husky-hpt-devel/files/patch-doc::Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-hpt-devel/files/patch-doc::Makefile b/news/husky-hpt-devel/files/patch-doc::Makefile new file mode 100644 index 000000000000..892cb45eb8ba --- /dev/null +++ b/news/husky-hpt-devel/files/patch-doc::Makefile @@ -0,0 +1,31 @@ +--- doc/Makefile.orig Sat Jun 4 09:06:45 2005 ++++ doc/Makefile Wed Oct 19 17:15:31 2005 +@@ -5,7 +5,7 @@ + include ../../huskymak.cfg + endif + +-all: html info dvi ++all: html info + + ifdef HTMLDIR + html: hpt.html +@@ -59,7 +59,7 @@ + -$(RM) $(RMOPT) hpt.inf + -$(RM) $(RMOPT) hpt*html + +-install: info html dvi ++install: info html + @echo . + ifdef INFODIR + -$(MKDIR) $(MKDIROPT) $(INFODIR) +@@ -69,10 +69,6 @@ + ifdef HTMLDIR + -$(MKDIR) $(MKDIROPT) $(HTMLDIR) + $(INSTALL) $(IMOPT) hpt*html $(HTMLDIR) +-endif +-ifdef DVIDIR +- -$(MKDIR) $(MKDIROPT) $(DVIDIR) +- $(INSTALL) hpt.dvi $(DVIDIR) + endif + uninstall: + -install-info --remove --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)hpt.info |