diff options
Diffstat (limited to 'devel/erlang-jobs/Makefile')
-rw-r--r-- | devel/erlang-jobs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/erlang-jobs/Makefile b/devel/erlang-jobs/Makefile index 3cb233fbb77a..f26dc89f4173 100644 --- a/devel/erlang-jobs/Makefile +++ b/devel/erlang-jobs/Makefile @@ -16,6 +16,8 @@ ERL_BUILD_DEPS= devel/erlang-parse_trans ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} ERL_DOCS= doc/* +OPTIONS_DEFINE= DOCS + post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} |