summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/tkpath/files/man-pages.patch')
-rw-r--r--dev-tcltk/tkpath/files/man-pages.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-tcltk/tkpath/files/man-pages.patch b/dev-tcltk/tkpath/files/man-pages.patch
new file mode 100644
index 0000000..5e135c1
--- /dev/null
+++ b/dev-tcltk/tkpath/files/man-pages.patch
@@ -0,0 +1,27 @@
+*** Makefile.in 2009-04-01 22:45:45.000000000 +0000
+--- Makefile.in- 2011-01-06 01:12:26.000000000 +0000
+***************
+*** 224,237 ****
+ # directory.
+ #========================================================================
+
+ install-doc: doc
+- @mkdir -p $(DESTDIR)$(mandir)/mann
+- @echo "Installing documentation in $(DESTDIR)$(mandir)"
+- @list='$(srcdir)/doc/*.n'; for i in $$list; do \
+- echo "Installing $$i"; \
+- rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \
+- $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
+- done
+
+ # Piping to cat is necessary on Windows to see the output, and
+ # harmless on Unix
+--- 224,231 ----
+ # directory.
+ #========================================================================
+
++ # no-op target as package has no manual pages
+ install-doc: doc
+
+ # Piping to cat is necessary on Windows to see the output, and
+ # harmless on Unix