summaryrefslogtreecommitdiff
path: root/www/html2wml/files
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-05-19 19:19:14 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-05-19 19:19:14 +0000
commitdcf2f2ef6b56664d7941be8a7169904fb2d431bd (patch)
tree7c63d7560d602766f0859df37fcfde4a3e3343f7 /www/html2wml/files
parentupgrade to 2.7.3 (diff)
Update to version 0.4.2
Notes
Notes: svn path=/head/; revision=42749
Diffstat (limited to 'www/html2wml/files')
-rw-r--r--www/html2wml/files/patch-aa9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/html2wml/files/patch-aa b/www/html2wml/files/patch-aa
index 1e148c31329e..04432d53e9e5 100644
--- a/www/html2wml/files/patch-aa
+++ b/www/html2wml/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Mar 9 09:28:18 2001
-+++ Makefile Wed Mar 21 06:53:35 2001
+--- Makefile.orig Mon May 14 01:07:59 2001
++++ Makefile Sat May 19 20:07:36 2001
@@ -1,7 +1,7 @@
# =========================================================================== #
# Configuration
@@ -18,7 +18,7 @@
MAN1DIR=$(MANDIR)/man1
-@@ -31,14 +31,14 @@
+@@ -31,14 +31,11 @@
# Installaton targets
install: check-config directories
@@ -29,9 +29,6 @@
- make -C doc/ install DOCDIR=$(DOCDIR)
+ ${BSD_INSTALL_SCRIPT} html2wml.cgi $(BINDIR)/html2wml
+ ${BSD_INSTALL_MAN} doc/html2wml.man $(MAN1DIR)/html2wml.1
-+ ${BSD_INSTALL_DATA} ARTISTIC COPYING INSTALL NEWS NOTES README TODO ChangeLog $(DOCDIR)
-+ cd t; ${MAKE} install DOCDIR=$(DOCDIR)
-+ cd doc; ${MAKE} install DOCDIR=$(DOCDIR)
installcgi: check-config
- install -m 555 html2wml.cgi $(CGIDIR)