ports/devel/ice/files/patch-cpp-Makefile
Michael Gmelin 4aff7c172a Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR:		201143
Differential Revision:	https://reviews.freebsd.org/D2930
Reviewed by:	bapt
Approved by:	bapt
Tested by:	Roger Leigh <rleigh@codelibre.net>
2015-07-13 19:48:31 +00:00

13 lines
388 B
Text

--- cpp/Makefile.orig 2015-06-23 15:30:20.000000000 +0000
+++ cpp/Makefile 2015-06-27 09:35:22.892599446 +0000
@@ -13,8 +13,8 @@
SUBDIRS = config src include
-ifneq ($(MAKECMDGOALS),install)
- SUBDIRS := $(SUBDIRS) test
+ifeq ($(NOTESTS),)
+ SUBDIRS := $(SUBDIRS) test
endif
INSTALL_SUBDIRS = $(install_bindir) $(install_libdir)$(cpp11libdirsuffix) $(install_includedir) \