aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-oci8
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-oci8')
-rw-r--r--databases/ruby-oci8/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/ruby-oci8/Makefile b/databases/ruby-oci8/Makefile
index ab4b4cc12eb1..e747da385a53 100644
--- a/databases/ruby-oci8/Makefile
+++ b/databases/ruby-oci8/Makefile
@@ -30,12 +30,13 @@ INSTALL_TARGET= site-install
DOCS_EN= ChangeLog README
NO_STAGE= yes
+
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
-.endif
.include <bsd.port.mk>