diff options
author | obache <obache> | 2008-06-19 22:19:37 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-19 22:19:37 +0000 |
commit | e8d4d796ce403dc6553eccb989ed7b81111d4333 (patch) | |
tree | 7b21d982f125bdff25bef2f1a01681f09a52c627 /lang/ruby18-base | |
parent | 2d3e3729b7bbf0e30499adf8e8f98308ba6db967 (diff) | |
download | pkgsrc-e8d4d796ce403dc6553eccb989ed7b81111d4333.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'lang/ruby18-base')
-rw-r--r-- | lang/ruby18-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index a0e0886d4e4..1dd8f6dceef 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2008/06/19 14:35:37 taca Exp $ +# $NetBSD: Makefile,v 1.44 2008/06/19 22:19:37 obache Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -97,7 +97,7 @@ PTY_EXAMPLES= expect_sample.rb script.rb shl.rb REPLACE_RUBY_DIRS= bin ext lib sample INSTALLATION_DIRS= bin ${RUBY_ARCHLIB} ${RUBY_DOC}/irb ${RUBY_DOC}/pty \ - ${DESTDIR}${RUBY_EG}/bigdecimal ${RUBY_EG}/dl \ + ${RUBY_EG}/bigdecimal ${RUBY_EG}/dl \ ${RUBY_EG}/openssl ${RUBY_EG}/pty FIX_PERM= ${RUBY_ARCHLIB}/digest.h ${RUBY_ARCHLIB}/dl.h \ ${RUBY_ARCHLIB}/dlconfig.h |