aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-bsearch
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-15 02:20:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-15 02:20:41 +0000
commit1476ef3777a36e9bb49211bf947a94a938f513ec (patch)
tree7e60b322fc30cdd1b8fd8e9f530660c027e5d692 /devel/ruby-bsearch
parent554d5c2735cc445714ba8ee735dda0f3f871545d (diff)
downloadports-1476ef3777a36e9bb49211bf947a94a938f513ec.tar.gz
ports-1476ef3777a36e9bb49211bf947a94a938f513ec.zip
Notes
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r--devel/ruby-bsearch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index b79ec7a362c8..42c85620df02 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -27,13 +27,13 @@ DOCS_EN= ChangeLog \
DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \
${RUBY_RD_HTML_FILES:M*.ja.html}
+.include <bsd.port.pre.mk>
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bsearch.rb ${RUBY_SITELIBDIR}/
post-install: doc-install
-.include <bsd.port.mk>
-
doc-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}/ja
@@ -44,3 +44,5 @@ doc-install:
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif
+
+.include <bsd.port.post.mk>