diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-07-29 01:33:29 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-07-29 01:33:29 +0000 |
commit | 268bf1993dd57fa128318dfb3d6ac5160b16c501 (patch) | |
tree | 7aeba532ab78765d8227707f129471ab6e91b35e /devel/pharmacy | |
parent | c7498ec8310e7dcb065c76a0ecbe36e27f7fc064 (diff) | |
download | ports-268bf1993dd57fa128318dfb3d6ac5160b16c501.tar.gz ports-268bf1993dd57fa128318dfb3d6ac5160b16c501.zip |
Notes
Diffstat (limited to 'devel/pharmacy')
-rw-r--r-- | devel/pharmacy/files/patch-docs::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pharmacy/files/patch-docs::Makefile.in b/devel/pharmacy/files/patch-docs::Makefile.in new file mode 100644 index 000000000000..df8626631916 --- /dev/null +++ b/devel/pharmacy/files/patch-docs::Makefile.in @@ -0,0 +1,13 @@ +--- docs/Makefile.in.orig Sat Jul 28 21:17:13 2001 ++++ docs/Makefile.in Sat Jul 28 21:19:16 2001 +@@ -230,8 +230,8 @@ + #index.html: DBTOHTML.html + # cp -f DBTOHTML.html index.html + +-index/index.html: index.sgml +- db2html index.sgml ++#index/index.html: index.sgml ++# db2html index.sgml + + install-data-local: index/index.html + $(mkinstalldirs) $(htmldir) |