diff options
Diffstat (limited to 'archivers/ruby-lha/Makefile')
-rw-r--r-- | archivers/ruby-lha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 36dc6892a776..6a37f89e33fa 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --rubyprog=${RUBY} EXAMPLES= test/test.rb RUBY_SHEBANG_FILES= ${EXAMPLES} +OPTIONS_DEFINE= DOCS + post-install: @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} ${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} |