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 /security/snort-rep/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 'security/snort-rep/Makefile')
-rw-r--r-- | security/snort-rep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 2f98cb1bc37c..50948bd35494 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -16,7 +16,7 @@ SHEBANG_FILES= snort-rep snort-rep-mail OPTIONS_DEFINE= EXAMPLES do-build: - cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1 + (cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1) do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${STAGEDIR}${PREFIX}/bin |