summaryrefslogtreecommitdiff
path: root/devel/ruby-bsearch
diff options
context:
space:
mode:
authortaca <taca>2008-06-21 10:12:59 +0000
committertaca <taca>2008-06-21 10:12:59 +0000
commit94eb94e0ecae9851e3504571936a23c08b9f0ba0 (patch)
tree62288578a8557f2737d9c7eba9d2b30b1f388879 /devel/ruby-bsearch
parent57b3cfe5860bef626305685acb6c7bf6c66273ec (diff)
downloadpkgsrc-94eb94e0ecae9851e3504571936a23c08b9f0ba0.tar.gz
Fix destdir installation problem, noted by private mail from joerg@.
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r--devel/ruby-bsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile
index 869f8597e8c..44886b61e3b 100644
--- a/devel/ruby-bsearch/Makefile
+++ b/devel/ruby-bsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/06/19 14:47:00 taca Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/21 10:12:59 taca Exp $
DISTNAME= ruby-bsearch-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION}
@@ -20,7 +20,7 @@ TEST_TARGET= check
RD_SRCS= bsearch.en.rd bsearch.ja.rd
DOCS= ${RD_SRCS} bsearch.en.html bsearch.ja.html bsearch.png
-INSTALLATION_DIRS= ${RUBY_DOC}/bsearch
+INSTALLATION_DIRS= ${RUBY_DOC}/bsearch ${RUBY_VENDORLIB}
do-build:
.for f in ${RD_SRCS}