diff options
author | taca <taca@pkgsrc.org> | 2007-12-13 14:48:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-13 14:48:09 +0000 |
commit | 1441bcf1aba6a3b69cd4666fc8718c988716e272 (patch) | |
tree | eeafcabe04c92dd7f5aba59f59a6ed1be9ed644d /www/mongrel | |
parent | 229ccf9d1db0d85daf03497daf37500ade202faa (diff) | |
download | pkgsrc-1441bcf1aba6a3b69cd4666fc8718c988716e272.tar.gz |
Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.
In this case, simply remove REPLACE_RUBY_PAT because file under
${WRKSRC}/examples should be replaced.
Diffstat (limited to 'www/mongrel')
-rw-r--r-- | www/mongrel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile index 47f533e1d74..a4d07c6af48 100644 --- a/www/mongrel/Makefile +++ b/www/mongrel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/04/30 19:24:11 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2007/12/13 14:48:09 taca Exp $ DISTNAME= mongrel-1.0.1 CATEGORIES= www @@ -16,7 +16,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.2:../../misc/ruby-gem_plugin DEPENDS+= rubygems-[0-9]*:../../misc/rubygems REPLACE_RUBY_DIRS= ${WRKSRC}/examples -REPLACE_FILE_PAT= webrick_compare.rb RUBY_HAS_ARCHLIB= yes PLIST_SRC= ${PKGDIR}/PLIST.common |