diff options
author | taca <taca> | 2006-01-03 14:47:42 +0000 |
---|---|---|
committer | taca <taca> | 2006-01-03 14:47:42 +0000 |
commit | 019dabedb904b04ace8e65554ce1a6de16976bde (patch) | |
tree | 946bfe743afa5e742ede84ca65149ba5c60bbabb /devel | |
parent | 11e8233d9b7f9e61db5052fb143081b8ae9d614a (diff) | |
download | pkgsrc-019dabedb904b04ace8e65554ce1a6de16976bde.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} |