summaryrefslogtreecommitdiff
path: root/lang/ecl
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 /lang/ecl
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 'lang/ecl')
-rw-r--r--lang/ecl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 748d6b94252..d9ece773832 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2016/03/11 20:32:30 asau Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/01 18:16:36 rillig Exp $
DISTNAME= ecl-16.1.2
CATEGORIES= lang
-MASTER_SITES= https://common-lisp.net/project/ecl/files/release/$(PKGVERSION_NOREV)/
+MASTER_SITES= https://common-lisp.net/project/ecl/files/release/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz
MAINTAINER= asau@inbox.ru