diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-01 18:16:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-01 18:16:35 +0000 |
commit | b18c532e6ecd247c16c309db2b6ebfb2d9d9b929 (patch) | |
tree | 7a8380c1b05f2a6cfadde7f15fc8cafd97355633 /devel/libftdi1 | |
parent | 102f0b322dc649972205d0be0d0fc29afdf59f22 (diff) | |
download | pkgsrc-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 'devel/libftdi1')
-rw-r--r-- | devel/libftdi1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 229caf56d7b..3a18ff24b30 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/08/24 20:03:11 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/01/01 18:16:36 rillig Exp $ DISTNAME= libftdi1-1.1 PKGREVISION= 7 @@ -30,7 +30,7 @@ PKGCONFIG_OVERRIDE+= libftdipp1.pc.in PLIST_SUBST+= PYSITELIB=${PYSITELIB} do-configure: - (cd $(WRKSRC) ; \ + (cd ${WRKSRC} ; \ cmake \ -DEXAMPLES:BOOL=off \ -DDOCUMENTATION:BOOL=off \ |