pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-stream Make sure that a .orig file is not i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea19faf62b1a
branches:  trunk
changeset: 395780:ea19faf62b1a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jul 12 19:51:16 2009 +0000

description:
Make sure that a .orig file is not installed.

Noted by Hasso Tepper.

diffstat:

 devel/ruby-stream/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4219dba0fba1 -r ea19faf62b1a devel/ruby-stream/Makefile
--- a/devel/ruby-stream/Makefile        Sun Jul 12 19:02:17 2009 +0000
+++ b/devel/ruby-stream/Makefile        Sun Jul 12 19:51:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/06/12 11:52:51 taca Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/12 19:51:16 minskim Exp $
 
 DISTNAME=      stream-0.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,4 +11,8 @@
 LICENSE=       gnu-gpl-v2 # OR ruby-license
 
 .include "../../misc/rubygems/rubygem.mk"
+
+pre-configure:
+       ${RM} ${WRKSRC}/Rakefile.orig
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index