summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2005-11-03 07:19:03 +0000
committertaca <taca>2005-11-03 07:19:03 +0000
commit8ef6cffa378aa32904bf7edc4758959aeaf75fd8 (patch)
treedf031be981874ca59066fe85ef9869251f10ee84 /devel
parent4b0568986aee237a10b9787457af1cbc1ed257c5 (diff)
downloadpkgsrc-8ef6cffa378aa32904bf7edc4758959aeaf75fd8.tar.gz
No needs to create RUBY_SITELIBDIR here.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-bsearch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index 83b62b493b7..c2811e43a75 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:48 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/03 07:19:03 taca Exp $
DISTNAME= ruby-bsearch-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION}
@@ -24,7 +24,6 @@ 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}