diff options
author | minskim <minskim@pkgsrc.org> | 2006-10-12 08:45:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-10-12 08:45:34 +0000 |
commit | e88eec674a7faff077770be22313227537fcd3a9 (patch) | |
tree | 77c6eea6df87e430ecd5efc265c815a2e48ad84f /www/rails | |
parent | 236bc53da370dc2e97b10fec1a83ccaef34cc034 (diff) | |
download | pkgsrc-e88eec674a7faff077770be22313227537fcd3a9.tar.gz |
Fix check-interpreter warnings and errors.
Diffstat (limited to 'www/rails')
-rw-r--r-- | www/rails/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile index d74dac7f522..351d3224664 100644 --- a/www/rails/Makefile +++ b/www/rails/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/12 08:36:21 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/10/12 08:45:34 minskim Exp $ DISTNAME= rails-1.1.6 CATEGORIES= www @@ -18,7 +18,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-actionwebservice>=1.1.6:../../www/ruby-actionwebserv NO_BUILD= yes WRKSRC= ${WRKDIR}/rails/vendor/rails/railties -REPLACE_RUBY_DIRS= ${WRKSRC}/bin +REPLACE_RUBY_DIRS= ${WRKSRC}/bin ${WRKSRC}/dispatches \ + ${WRKSRC}/lib/commands/ncgi REPLACE_FILE_PAT= * SUBST_CLASSES+= paths |