pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-subversion USE_RUBY_DIST_SUBDIR=no is now t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23f7da5e1c90
branches:  trunk
changeset: 501192:23f7da5e1c90
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Oct 18 13:31:01 2005 +0000

description:
USE_RUBY_DIST_SUBDIR=no is now the way to specify to lang/ruby/rubyversion.mk
to not set a Ruby specific DIST_SUBDIR.

diffstat:

 devel/ruby-subversion/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c3c5f795b634 -r 23f7da5e1c90 devel/ruby-subversion/Makefile
--- a/devel/ruby-subversion/Makefile    Tue Oct 18 12:40:33 2005 +0000
+++ b/devel/ruby-subversion/Makefile    Tue Oct 18 13:31:01 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2005/05/23 22:58:26 epg Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/18 13:31:01 seb Exp $
 
 PKGNAME=       ${RUBY_PKGPREFIX}-subversion-${SVNVER}
 COMMENT=       Ruby bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
 
-RUBY_DIST_SUBDIR=
+USE_RUBY_DIST_SUBDIR=  no
 RUBY_VERSION_SUPPORTED=        18
 REPLACE_RUBY_DIRS=     ${WRKSRC}/tools
 



Home | Main Index | Thread Index | Old Index