summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/ruby-narray/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile
index b1e90e27d5c..089b6e4fed7 100644
--- a/math/ruby-narray/Makefile
+++ b/math/ruby-narray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/03/17 14:17:22 taca Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/16 09:18:48 taca Exp $
DISTNAME= narray-0.6.0.8
PKGREVISION= 1
@@ -11,7 +11,7 @@ LICENSE= 2-clause-bsd OR ruby-license
GEM_CLEANBUILD= src/Makefile src/*.o src/.RUBY*.time src/*.${RUBY_DLEXT} \
src/mkmf.log
-GEM_CLEANBUOLD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
+GEM_CLEANBUILD_EXTENSIONS= narray.h narray_config.h narray_ext.rb nmatrix.rb
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"