diff options
author | obache <obache> | 2010-06-12 09:47:16 +0000 |
---|---|---|
committer | obache <obache> | 2010-06-12 09:47:16 +0000 |
commit | d6f9f5fb13800e36920de6e7fa9525726e0b9147 (patch) | |
tree | 688ffec5d928087fbb1fdf2e4cf3946ce2176437 /textproc | |
parent | 6276ee6962419aa6d434a94f1ce1b08f1318e7d0 (diff) | |
download | pkgsrc-d6f9f5fb13800e36920de6e7fa9525726e0b9147.tar.gz |
No need to specify "install" as arguments for installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-htree/Makefile | 4 |
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" |