pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/ruby-termios Tweak GEM_CLEANBUILD for ruby200.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f097c9839c24
branches:  trunk
changeset: 621922:f097c9839c24
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 21 02:38:24 2013 +0000

description:
Tweak GEM_CLEANBUILD for ruby200.

diffstat:

 comms/ruby-termios/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 32d00dbaa2c1 -r f097c9839c24 comms/ruby-termios/Makefile
--- a/comms/ruby-termios/Makefile       Sun Jul 21 02:37:26 2013 +0000
+++ b/comms/ruby-termios/Makefile       Sun Jul 21 02:38:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/12/05 12:12:23 taca Exp $
+# $NetBSD: Makefile,v 1.26 2013/07/21 02:38:24 taca Exp $
 
 DISTNAME=      ruby-termios-0.9.6
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -10,7 +10,8 @@
 COMMENT=       Ruby extension to termios library
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-GEM_CLEANBUILD=        Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log
+GEM_CLEANBUILD=        Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \
+               .RUBYARCHDIR.time
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index