summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-07-21 02:38:24 +0000
committertaca <taca@pkgsrc.org>2013-07-21 02:38:24 +0000
commitb433d5d0bd0daf2d871fd4aa8d98291612ebea59 (patch)
treecaae44bfe64f2165e5628f89313c4bde39e8d228 /comms
parentd9e123bfefdfe5ca2b1b8e2d7365956b17dfda7b (diff)
downloadpkgsrc-b433d5d0bd0daf2d871fd4aa8d98291612ebea59.tar.gz
Tweak GEM_CLEANBUILD for ruby200.
Diffstat (limited to 'comms')
-rw-r--r--comms/ruby-termios/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 83a5b5b564b..7db87ee549c 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -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 @@ HOMEPAGE= http://arika.org/ruby/termios
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"