diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 18:09:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 18:09:45 +0000 |
commit | 94c670d13b43ac35d3550a1cefaa338edff6fbc0 (patch) | |
tree | ad8af69fc668cb7afd8b6b1a03fd8bae9a31c3c5 /comms/ruby-termios/Makefile | |
parent | 7ae330e72cf7f80540d2bd9d9b862b69944d7fa2 (diff) | |
download | pkgsrc-94c670d13b43ac35d3550a1cefaa338edff6fbc0.tar.gz |
Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
Diffstat (limited to 'comms/ruby-termios/Makefile')
-rw-r--r-- | comms/ruby-termios/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 7db87ee549c..dbae9c9e489 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/07/21 02:38:24 taca Exp $ +# $NetBSD: Makefile,v 1.27 2014/03/13 18:10:52 taca Exp $ DISTNAME= ruby-termios-0.9.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 OR ruby-license GEM_CLEANBUILD= Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \ .RUBYARCHDIR.time +GEM_CLEANBUOLD_EXTENSIONS= termios.rb .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |