summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-22 07:05:11 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-22 07:05:11 +0000
commitd518b411bf28163aed3af1436960450cbec98ca1 (patch)
tree18343dcd004fc04fc4a652d73b747c52aba05a3c
parent- Updated apsfilter port to lastest devel snapshot which will soon become (diff)
Do not install examples if NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=31850
-rw-r--r--devel/ruby-strscan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile
index 921e9185a8d3..4a5088466f58 100644
--- a/devel/ruby-strscan/Makefile
+++ b/devel/ruby-strscan/Makefile
@@ -42,11 +42,11 @@ do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/ext/strscanso/strscan.so \
${PREFIX}/lib/ruby/site_ruby/${RUBY_VER}/${RUBY_ARCH}/
+.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/examples/ruby/strscan
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/ruby/strscan/
.endfor
-.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ruby/strscan/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/strscan/