pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-quota Enable DESTDIR support. (No other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51181603a755
branches:  trunk
changeset: 554458:51181603a755
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 15 03:37:35 2009 +0000

description:
Enable DESTDIR support.  (No other functional change.)

diffstat:

 sysutils/ruby-quota/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f3b7fd8d4c9e -r 51181603a755 sysutils/ruby-quota/Makefile
--- a/sysutils/ruby-quota/Makefile      Sun Feb 15 03:34:51 2009 +0000
+++ b/sysutils/ruby-quota/Makefile      Sun Feb 15 03:37:35 2009 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index