freebsd-ports/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in
Maxim Sobolev 766b938c93 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>
2002-05-02 14:09:08 +00:00

23 lines
578 B
Text

$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/02 14:07:25
@@ -168,7 +168,7 @@
cxxflags_set = @cxxflags_set@
l = @l@
-audio_ulaw_helpdir = $(datadir)/bonobo/docs/audio_ulaw/C
+audio_ulaw_helpdir = $(datadir)/help/audio_ulaw/C
#
# 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)