aboutsummaryrefslogtreecommitdiff
path: root/lang/ferite/files/patch-docs::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ferite/files/patch-docs::Makefile.in')
-rw-r--r--lang/ferite/files/patch-docs::Makefile.in30
1 files changed, 17 insertions, 13 deletions
diff --git a/lang/ferite/files/patch-docs::Makefile.in b/lang/ferite/files/patch-docs::Makefile.in
index f5b9316e1ffd..feddd21e232b 100644
--- a/lang/ferite/files/patch-docs::Makefile.in
+++ b/lang/ferite/files/patch-docs::Makefile.in
@@ -1,14 +1,18 @@
-
-$FreeBSD$
-
---- docs/Makefile.in.orig Wed Jan 9 08:47:07 2002
-+++ docs/Makefile.in Wed Jan 9 12:11:41 2002
-@@ -117,7 +117,7 @@
- manual.pdf
-
-
--docsdir = $(prefix)/share/ferite/docs
-+docsdir = $(prefix)/share/doc/ferite
-
- EXTRA_DIST = $(docs_DATA)
+--- docs/Makefile.in.orig Thu Jan 9 04:49:26 2003
++++ docs/Makefile.in Tue Jan 14 09:43:14 2003
+@@ -212,6 +212,7 @@
+ done
+ docsDATA_INSTALL = $(INSTALL_DATA)
+ install-docsDATA: $(docs_DATA)
++ifndef NOPORTDOCS
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(docsdir)
+ @list='$(docs_DATA)'; for p in $$list; do \
+@@ -220,6 +221,7 @@
+ echo " $(docsDATA_INSTALL) $$d$$p $(DESTDIR)$(docsdir)/$$f"; \
+ $(docsDATA_INSTALL) $$d$$p $(DESTDIR)$(docsdir)/$$f; \
+ done
++endif
+ uninstall-docsDATA:
+ @$(NORMAL_UNINSTALL)