pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/rubygems Make REPLACE_FILE_PAT more restrictive n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7ff0720f369
branches: trunk
changeset: 528280:e7ff0720f369
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 27 19:31:08 2007 +0000
description:
Make REPLACE_FILE_PAT more restrictive not to attempt to modify
non-ruby files. This makes the package build on Darwin.
diffstat:
misc/rubygems/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 517e1a97e303 -r e7ff0720f369 misc/rubygems/Makefile
--- a/misc/rubygems/Makefile Fri Apr 27 15:02:37 2007 +0000
+++ b/misc/rubygems/Makefile Fri Apr 27 19:31:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/04/23 03:21:04 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2007/04/27 19:31:08 minskim Exp $
DISTNAME= rubygems-0.9.2
CATEGORIES= misc ruby
@@ -13,7 +13,7 @@
USE_RUBY_SETUP= yes
REPLACE_RUBY_DIRS= ${WRKSRC}/bin
-REPLACE_FILE_PAT= *
+REPLACE_FILE_PAT= [a-z]*
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index