mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
17 lines
382 B
Text
17 lines
382 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
|
|
+.ifdef PORTDOCS
|
|
+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
|
|
|