From 73941d6bd5b9c69e49d3a407953bfda14d957355 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 4 Jul 2014 23:46:52 +0000 Subject: 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) --- databases/ruby-msql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/ruby-msql') diff --git a/databases/ruby-msql/Makefile b/databases/ruby-msql/Makefile index 315ef8967098..e963c7c4ee27 100644 --- a/databases/ruby-msql/Makefile +++ b/databases/ruby-msql/Makefile @@ -29,11 +29,12 @@ DOCS_EN= readme.en.txt doc/en/* DOCS_JA= readme.ja.txt NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-configure: ${ECHO_CMD} '#define INST_DIR "${LOCALBASE}"' >> ${WRKSRC}/site.h post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ @@ -45,6 +46,5 @@ post-install: .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor -.endif .include -- cgit