diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-06 04:34:23 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-06 04:34:23 +0000 |
| commit | cb7d5cc607bbcd6285b960eecd3a1daf1d7e9e1e (patch) | |
| tree | d206a205dd3870d245c26875f1da2aaa627aad64 /mail/ask/Makefile | |
| parent | Fix build without gcc. (diff) | |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
Diffstat (limited to 'mail/ask/Makefile')
| -rw-r--r-- | mail/ask/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ask/Makefile b/mail/ask/Makefile index 2e28d109e9a3..2907dc41d134 100644 --- a/mail/ask/Makefile +++ b/mail/ask/Makefile @@ -17,7 +17,7 @@ BINS= askfilter asksetup utils/asksenders SUB_FILES= pkg-message PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-extract: @${REINPLACE_CMD} -E \ |
