diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-02 22:09:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-02 22:09:08 +0800 |
commit | 8f23b4102e09439d85b20516f26d92972d3578d3 (patch) | |
tree | 9aab90d5cb657613f61a5baf15b38d4d9f58f5d2 /devel/bonobo | |
parent | 9f50aa982f8cc19e106fb1186e6fe06176c0ca1a (diff) | |
download | freebsd-ports-graphics-8f23b4102e09439d85b20516f26d92972d3578d3.tar.gz freebsd-ports-graphics-8f23b4102e09439d85b20516f26d92972d3578d3.tar.zst freebsd-ports-graphics-8f23b4102e09439d85b20516f26d92972d3578d3.zip |
Avoid calling db2html to when installing the port, because this breaks plist
if the user occasionally has db2html installed on his system.
Submitted by: Alan E <alane@geekrus.net>
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in index f3a7060be79..5fc3fc20b13 100644 --- a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in +++ b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in @@ -2,7 +2,7 @@ $FreeBSD$ --- components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:17:50 1.1 -+++ components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:28:03 ++++ components/audio-ulaw/doc/C/Makefile.in 2002/05/02 14:07:25 @@ -168,7 +168,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ @@ -12,3 +12,12 @@ $FreeBSD$ # # Module configuration information +@@ -288,7 +288,7 @@ + -cp $(module)/index.html . + + $(module)/$(module).html: $(SGML_FILES) +- -db2html $(srcdir)/$(main_module_file) ++ -db2html_foo $(srcdir)/$(main_module_file) + + dist-hook: + mkdir $(distdir)/$(module) |