aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.options.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 15:35:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 15:35:30 +0000
commit4faa7223f898ccdf497d3dc2eb7df97019151666 (patch)
tree1bdb0b24d6a751b0b5e65af16af90cd3690a75be /Mk/bsd.options.mk
parent380200974701117af50eefda95ae044a94f5834d (diff)
Notes
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r--Mk/bsd.options.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index 3b1d2209c709..40636247826f 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -147,6 +147,10 @@ PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}}
NOPORTDOCS= yes
.endif
+.if empty(PORT_OPTIONS:MEXAMPLES)
+NOPORTEXAMPLES= yes
+.endif
+
.if empty(PORT_OPTIONS:MNLS)
WITHOUT_NLS= yes
.endif