No need to specify "install" as arguments for installation.
This commit is contained in:
parent
18d8bb4f1f
commit
8e6ec1ad68
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue