mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
- Streamline slightly the selection of whether to compile with GUI support, but this still needs further stress testing - Add patch to work around bsd.port.mk problem described in PR 31142
18 lines
445 B
Text
18 lines
445 B
Text
- Explicitly remove "doc" from the list of subdirs to make. This allows us
|
|
to build and install the documentation optionally - depending on whether
|
|
NOPORTDOCS has been defined - in the port's post-install target.
|
|
|
|
-- Johann Visagie <wjv@FreeBSD.org>
|
|
|
|
|
|
|
|
--- Makefile.in.orig Wed Nov 7 17:09:47 2001
|
|
+++ Makefile.in Wed Nov 14 13:09:03 2001
|
|
@@ -123,7 +123,6 @@
|
|
src \
|
|
@SUBDIR_TESTS@ \
|
|
@SUBDIR_QTSQLXX@ \
|
|
-doc \
|
|
@SUBDIR_ISQLXX@ \
|
|
win32
|
|
|