freebsd-ports/lang/ferite/files/patch-tools::doc::template::Makefile.in
Tilman Keskinoz c4897416bc Update to 0.99.6
PR:		47084
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-18 22:20:18 +00:00

27 lines
818 B
Text

--- tools/doc/template/Makefile.in.orig Thu Jan 9 04:49:50 2003
+++ tools/doc/template/Makefile.in Tue Jan 14 09:39:24 2003
@@ -124,7 +124,7 @@
xml_LIBS = @xml_LIBS@
template_DATA = text.fe html.fe
-templatedir = @prefix@/share/ferite/doc/template
+templatedir = @prefix@/share/doc/ferite/template
EXTRA_DIST = $(template_DATA)
@@ -163,6 +163,7 @@
uninstall-info-am:
templateDATA_INSTALL = $(INSTALL_DATA)
install-templateDATA: $(template_DATA)
+ifndef NOPORTDOCS
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(templatedir)
@list='$(template_DATA)'; for p in $$list; do \
@@ -171,6 +172,7 @@
echo " $(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f"; \
$(templateDATA_INSTALL) $$d$$p $(DESTDIR)$(templatedir)/$$f; \
done
+endif
uninstall-templateDATA:
@$(NORMAL_UNINSTALL)