summaryrefslogtreecommitdiffstats
path: root/mail/mahogany/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 04:37:01 +0000
committersteve <steve@FreeBSD.org>2001-02-26 04:37:01 +0000
commitef86127405082b355249b28293896f9bfd8c01b2 (patch)
tree0ee079917ddf6bbf2ce587a175365e78e2c57a35 /mail/mahogany/files
parentf11aebed8aaab8dfab5def94cf81cb2edd2234df (diff)
downloadFreeBSD-ports-ef86127405082b355249b28293896f9bfd8c01b2.zip
FreeBSD-ports-ef86127405082b355249b28293896f9bfd8c01b2.tar.gz
- Pass the OSTYPE/OPSYS to configure so it doesn't bomb.
- Fixup pkg-plist. - Add mkdir flag to call to latex2html. PR: 24783 Submitted by: maintainer
Diffstat (limited to 'mail/mahogany/files')
-rw-r--r--mail/mahogany/files/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mahogany/files/patch-af b/mail/mahogany/files/patch-af
index 7e10a68..475fa25 100644
--- a/mail/mahogany/files/patch-af
+++ b/mail/mahogany/files/patch-af
@@ -25,7 +25,7 @@
\makeatletter
--- doc/Makefile.sub.orig Sat Sep 30 12:10:13 2000
-+++ doc/Makefile.sub Sun Nov 12 17:12:52 2000
++++ doc/Makefile.sub Thu Feb 1 12:44:15 2001
@@ -3,12 +3,14 @@
include ../../makeopts
@@ -50,7 +50,7 @@
- @$(RM) -r $(DIR)
- $(LATEX2HTML) -local_icons -debug $(DIR).htex
- cd $(DIR) && ../../../.src/extra/scripts/html2wxhelp > ../wxhelp.map
-+ $(LATEX2HTML) -dir /tmp/$(DIR) -local_icons -debug $(DIR).htex
++ $(LATEX2HTML) -mkdir -dir /tmp/$(DIR) -local_icons -debug $(DIR).htex
+ cd /tmp/$(DIR) && $(HTML2WXHELP) > wxhelp.map
+ @(cd /tmp; tar -cpf - ${DIR}) | tar -xf -
+ @${RM} -r /tmp/$(DIR)
OpenPOWER on IntegriCloud