diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 15:35:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 15:35:30 +0000 |
commit | 4faa7223f898ccdf497d3dc2eb7df97019151666 (patch) | |
tree | 1bdb0b24d6a751b0b5e65af16af90cd3690a75be /Mk/bsd.options.mk | |
parent | 380200974701117af50eefda95ae044a94f5834d (diff) |
Notes
Diffstat (limited to 'Mk/bsd.options.mk')
-rw-r--r-- | Mk/bsd.options.mk | 4 |
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 |