opnsense-ports/lang/ferite/files/patch-tools__doc__template__Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
886 B
Text

--- tools/doc/template/Makefile.in.orig Wed Oct 19 19:06:40 2005
+++ tools/doc/template/Makefile.in Wed Oct 19 19:07:52 2005
@@ -240,7 +240,7 @@
xml_CFLAGS = @xml_CFLAGS@
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)
SUBDIRS = html
all: all-recursive
@@ -286,6 +286,8 @@
-rm -f libtool
uninstall-info-am:
install-templateDATA: $(template_DATA)
+
+ifndef NOPORTDOCS
@$(NORMAL_INSTALL)
test -z "$(templatedir)" || $(mkdir_p) "$(DESTDIR)$(templatedir)"
@list='$(template_DATA)'; for p in $$list; do \
@@ -294,6 +296,7 @@
echo " $(templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \
$(templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \
done
+endif
uninstall-templateDATA:
@$(NORMAL_UNINSTALL)