diff options
author | taca <taca> | 2008-06-21 10:12:59 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-21 10:12:59 +0000 |
commit | 536cb23e73200d41aaa5d5ec13954fb19fe10712 (patch) | |
tree | 62288578a8557f2737d9c7eba9d2b30b1f388879 /devel/ruby-bsearch | |
parent | f0cda69d19c8cad7228bab10b054652135f2c642 (diff) | |
download | pkgsrc-536cb23e73200d41aaa5d5ec13954fb19fe10712.tar.gz |
Fix destdir installation problem, noted by private mail from joerg@.
Diffstat (limited to 'devel/ruby-bsearch')
-rw-r--r-- | devel/ruby-bsearch/Makefile | 4 |
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} |