summaryrefslogtreecommitdiff
path: root/devel/ruby-bsearch
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /devel/ruby-bsearch
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r--devel/ruby-bsearch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index 668e6411836..83b62b493b7 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:38 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:48 jlam Exp $
DISTNAME= ruby-bsearch-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION}
@@ -24,6 +24,7 @@ do-build:
.endfor
do-install:
+ ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}
${INSTALL_DATA} ${WRKSRC}/bsearch.rb ${RUBY_SITELIBDIR}/bsearch.rb
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/bsearch
.for f in ${DOCS}