diff options
author | taca <taca@pkgsrc.org> | 2015-01-16 09:18:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-01-16 09:18:47 +0000 |
commit | 86b8615aee1a2d5722d09b9589bb4419b24e2d6e (patch) | |
tree | b9d695f36cb17e29c86bd17a684ca1cc780fe81a /comms | |
parent | cc52f05a5c4634f078e75061ce9fcbfcb46c4860 (diff) | |
download | pkgsrc-86b8615aee1a2d5722d09b9589bb4419b24e2d6e.tar.gz |
Fix typo, s/GEM_CLEANBUOLD_EXTENSIONS/GEM_CLEANBUILD_EXTENSIONS/.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index dbae9c9e489..6339309ff57 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2014/03/13 18:10:52 taca Exp $ +# $NetBSD: Makefile,v 1.28 2015/01/16 09:18:47 taca Exp $ DISTNAME= ruby-termios-0.9.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -12,7 +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 +GEM_CLEANBUILD_EXTENSIONS= termios.rb .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |