summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2007-12-13 14:46:58 +0000
committertaca <taca>2007-12-13 14:46:58 +0000
commit498f21510d128ee044151291807f68628f24601d (patch)
tree23f263ec7eb1987c53d53c6a1625a5cd91f090ba /www
parent83319471abba4786bb1d5c005717370600ee9a4a (diff)
downloadpkgsrc-498f21510d128ee044151291807f68628f24601d.tar.gz
Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.
Diffstat (limited to 'www')
-rw-r--r--www/rails/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile
index bdfd740b9cc..25dfffddf0a 100644
--- a/www/rails/Makefile
+++ b/www/rails/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/12/10 05:24:01 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/13 14:46:58 taca Exp $
DISTNAME= rails-1.2.6
CATEGORIES= www
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/rails/vendor/rails/railties
REPLACE_RUBY_DIRS= ${WRKSRC}/bin ${WRKSRC}/dispatches \
${WRKSRC}/lib/commands/ncgi
-REPLACE_FILE_PAT= *
+REPLACE_RUBY_PAT= *
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.