diff options
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 |