freebsd-ports/x11-toolkits/mowitz/files/patch-doc
Mikhail Teterin 219bc71fd4 This is the Mowitz ("More widgets") library.
This is a widget collection, which used to be a part of Siag Office.
The author has decided to maintain the widgets separately, so other
software can use them. See: http://siag.nu/mowitz/ for more.
2002-01-08 04:20:14 +00:00

17 lines
385 B
Text

--- Makefile.in Mon Jan 7 10:43:21 2002
+++ Makefile.in Mon Jan 7 20:54:38 2002
@@ -84,3 +84,6 @@
-SUBDIRS = Mowitz examples doc
+SUBDIRS = Mowitz examples
+.ifndef NOPORTDOCS
+SUBDIRS+= doc
+.endif
--- doc/Makefile.in Mon Jan 7 10:43:49 2002
+++ doc/Makefile.in Mon Jan 7 20:52:43 2002
@@ -84,3 +84,3 @@
-docdir = $(prefix)/doc/Mowitz
+docdir = $(prefix)/share/doc/Mowitz