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
commit8547ce65d83f78a35327805e3f4e436b18e10d38 (patch)
treedf031be981874ca59066fe85ef9869251f10ee84 /devel
parentc36083714b231629ba172630f79350a3f391e135 (diff)
downloadpkgsrc-8547ce65d83f78a35327805e3f4e436b18e10d38.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}