diff options
Diffstat (limited to 'devel/ruby-bsearch/Makefile')
-rw-r--r-- | devel/ruby-bsearch/Makefile | 3 |
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} |