summaryrefslogtreecommitdiff
path: root/math/mtl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-01 18:16:35 +0000
committerrillig <rillig@pkgsrc.org>2018-01-01 18:16:35 +0000
commitb18c532e6ecd247c16c309db2b6ebfb2d9d9b929 (patch)
tree7a8380c1b05f2a6cfadde7f15fc8cafd97355633 /math/mtl
parent102f0b322dc649972205d0be0d0fc29afdf59f22 (diff)
downloadpkgsrc-b18c532e6ecd247c16c309db2b6ebfb2d9d9b929.tar.gz
Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
Diffstat (limited to 'math/mtl')
-rw-r--r--math/mtl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile
index bc11bfc5e78..de4e5c84af7 100644
--- a/math/mtl/Makefile
+++ b/math/mtl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/04/08 11:17:16 rodent Exp $
+# $NetBSD: Makefile,v 1.14 2018/01/01 18:16:38 rillig 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"