From f794d9ad0731830bcc1fdccf6ba676ffa40cb3ee Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 27 Apr 2007 19:31:08 +0000 Subject: Make REPLACE_FILE_PAT more restrictive not to attempt to modify non-ruby files. This makes the package build on Darwin. --- misc/rubygems/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index eb0037eec57..5ca2b425010 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -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 @@ RUBY_REQD= 1.8.3 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" -- cgit v1.2.3