pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-actionpack Fix check-interpreter errors and w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc144ee17c00
branches: trunk
changeset: 514112:dc144ee17c00
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Jun 07 21:28:39 2006 +0000
description:
Fix check-interpreter errors and warnings.
diffstat:
www/ruby-actionpack/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 73b11c214d8b -r dc144ee17c00 www/ruby-actionpack/Makefile
--- a/www/ruby-actionpack/Makefile Wed Jun 07 21:25:55 2006 +0000
+++ b/www/ruby-actionpack/Makefile Wed Jun 07 21:28:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/11/02 14:48:39 taca Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/07 21:28:39 minskim Exp $
DISTNAME= actionpack-1.10.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -13,10 +13,15 @@
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport-[0-9]*:../../devel/ruby-activesupport
NO_BUILD= yes
-NO_CONFIGURE= yes
USE_RUBY_INSTALL= yes
EXAMPLESDIR= ${RUBY_EXAMPLESDIR}/actionpack
+REPLACE_RUBY+= lib/action_controller/session/drb_server.rb
+REPLACE_RUBY+= examples/*.cgi examples/*.fcgi examples/*.rbx
+
+.include "../../lang/ruby/modules.mk"
+.include "../../lang/ruby/replace.mk"
+
post-install:
${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/action_controller/support
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/actionpack
@@ -26,5 +31,4 @@
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR}
-.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index