mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
PR: 201143 Differential Revision: https://reviews.freebsd.org/D2930 Reviewed by: bapt Approved by: bapt Tested by: Roger Leigh <rleigh@codelibre.net>
13 lines
388 B
Text
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) \
|