summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-04-10 16:39:27 +0000
committerjoerg <joerg@pkgsrc.org>2016-04-10 16:39:27 +0000
commit2cbd07f178c453f1addd2e6952430600e9ef8b97 (patch)
treeea1bcebaf94574f134b87b95b393c7c2a0a9b785 /misc/rubygems
parent0479365b0022911c26a39da3ce8d6bd1a1894dd1 (diff)
downloadpkgsrc-2cbd07f178c453f1addd2e6952430600e9ef8b97.tar.gz
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
Diffstat (limited to 'misc/rubygems')
-rw-r--r--misc/rubygems/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile
index cd03b37987f..ca800429776 100644
--- a/misc/rubygems/Makefile
+++ b/misc/rubygems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2015/01/25 16:13:13 taca Exp $
+# $NetBSD: Makefile,v 1.59 2016/04/10 16:39:28 joerg Exp $
DISTNAME= rubygems-${RUBY_GEMS_PKGSRC_VERS}
CATEGORIES= misc ruby
@@ -59,9 +59,7 @@ INSTALL_ENV+= GEM_PATH=${DESTDIR}${PREFIX}/${GEM_HOME}
INSTALL_TARGET= install
INSTALL_TARGET+= --vendor --no-rdoc --no-ri
-.if ${_USE_DESTDIR} != "no"
INSTALL_TARGET+= --destdir=${DESTDIR:Q}
-.endif
# rubygem's setup.rb is not the typical setup.rb -- manually run the
# command to install.