summaryrefslogtreecommitdiff
path: root/textproc/ruby-htree
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-12 09:47:16 +0000
committerobache <obache@pkgsrc.org>2010-06-12 09:47:16 +0000
commit313f2dcb0cebaadb1facdf77e7f186d56a545eeb (patch)
tree688ffec5d928087fbb1fdf2e4cf3946ce2176437 /textproc/ruby-htree
parent1cf11a0952e7091f1ba01494ab3acc728038f3fa (diff)
downloadpkgsrc-313f2dcb0cebaadb1facdf77e7f186d56a545eeb.tar.gz
No need to specify "install" as arguments for installation.
Diffstat (limited to 'textproc/ruby-htree')
-rw-r--r--textproc/ruby-htree/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile
index 3c4c53d133b..47e4c4c907d 100644
--- a/textproc/ruby-htree/Makefile
+++ b/textproc/ruby-htree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/05/16 12:21:44 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/06/12 09:47:16 obache Exp $
DISTNAME= htree-0.7
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
USE_RUBY_INSTALL= yes
-INSTALL_TARGET= install --destdir=${DESTDIR}
+INSTALL_TARGET= --destdir=${DESTDIR}
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"