mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3103ffad6e
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
--- Imakefile~ Mon Dec 21 07:51:33 1998
|
|
+++ Imakefile Wed May 10 15:28:41 2000
|
|
@@ -12,7 +12,11 @@
|
|
SPECSDIR = specs
|
|
#endif
|
|
|
|
+#if defined(FreeBSDBuildXdoc) || FreeBSDBuildXdoc
|
|
+SUBDIRS = $(MISCDIR) $(SPECSDIR)
|
|
+#else
|
|
SUBDIRS = man $(MISCDIR) $(SPECSDIR)
|
|
+#endif
|
|
|
|
all::
|
|
|