freebsd-ports/devel/ice/files/patch-Makefile
Martin Wilke f000068174 - Update to 3.3.0
PR:		126195 126197 126198
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2008-08-14 22:28:54 +00:00

12 lines
365 B
Text

--- cpp/Makefile.bak 2008-05-16 19:24:00.000000000 +0200
+++ cpp/Makefile 2008-07-31 13:37:25.000000000 +0200
@@ -12,6 +12,9 @@
include $(top_srcdir)/config/Make.rules
SUBDIRS = config src include test demo
+ifneq ($(NOPORTDOCS),yes)
+SUBDIRS += doc
+endif
INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)