diff options
author | taca <taca@pkgsrc.org> | 2006-01-03 14:47:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-01-03 14:47:42 +0000 |
commit | 752417d7567029a5be58c8c6f4901985542090b0 (patch) | |
tree | 946bfe743afa5e742ede84ca65149ba5c60bbabb /devel | |
parent | 05f88b40b6dd82cb193f131e59db11f0256c92e0 (diff) | |
download | pkgsrc-752417d7567029a5be58c8c6f4901985542090b0.tar.gz |
Remove USE_RUBY_DIST_SUBDIR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-subversion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 3fc057f86ac..448ba009048 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/01/02 21:13:45 epg Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/03 14:47:42 taca Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} COMMENT= Ruby bindings for Subversion @@ -7,7 +7,6 @@ COMMENT= Ruby bindings for Subversion SHLIBTOOL_OVERRIDE= libtool -USE_RUBY_DIST_SUBDIR= no REPLACE_RUBY_DIRS= ${WRKSRC}/tools CONFIGURE_ENV+= RUBY=${RUBY:Q} |