aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-oci8
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:46:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:46:52 +0000
commit0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7 (patch)
treef4aa1e809f7ffc1ee1c2b39a9df3d26d36f980ed /databases/ruby-oci8
parent318f348910ebbd849e16789a52817c6da286cb99 (diff)
downloadports-0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7.tar.gz
ports-0cf8ed500c6f66fb62ddbe369b6a503d5cca6cb7.zip
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
Notes
Notes: svn path=/head/; revision=360690
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>