Enable DESTDIR support. (No other functional change.)
This commit is contained in:
parent
c5bc0489cf
commit
cf61c71dd2
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2008/06/19 14:54:08 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2009/02/15 03:37:35 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ruby-quota-0.5.1
|
||||
|
@ -14,7 +14,8 @@ COMMENT= Quota interface for Ruby
|
|||
RUBY_HAS_ARCHLIB= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
INSTALL_TARGET= site-install
|
||||
INSTALLATION_DIRS= ${RUBY_DOC}/quota
|
||||
INSTALLATION_DIRS= ${RUBY_VENDORLIB} ${RUBY_DOC}/quota
|
||||
PKG_DESTDIR_SUPPORT= destdir
|
||||
|
||||
DOCS= ChangeLog README
|
||||
|
||||
|
|
Loading…
Reference in a new issue