diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /math/mtl | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index c693a9b05a2..bc11bfc5e78 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/09/13 18:13:50 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/08 11:17:16 rodent Exp $ DISTNAME= mtl-2.1.2-22 PKGNAME= mtl-2.1.2.22 @@ -26,6 +26,6 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/mtl do-test: - cd $(WRKSRC)/test && $(PERL5) ./bin/make_and_test.pl $(QUICK) -d ./src + cd $(WRKSRC)/test && $(PERL5) ./bin/make_and_test.pl $(QUICK) -d ./src .include "../../mk/bsd.pkg.mk" |