diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-14 14:58:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-14 14:58:38 +0000 |
commit | 171814c55ce3e50eadd450135290e53b33af64f3 (patch) | |
tree | fa8a27d9c86feb6d31d67b95540e4b35b06cdafe /graphics/glu | |
parent | 86a59b3186136dd9479eb8547b41ae2469c87314 (diff) | |
download | pkgsrc-171814c55ce3e50eadd450135290e53b33af64f3.tar.gz |
graphics/*: remove redundant :Q modifiers
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glu/builtin.mk b/graphics/glu/builtin.mk index aaedf939d2a..51faf3290d9 100644 --- a/graphics/glu/builtin.mk +++ b/graphics/glu/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.14 2013/06/17 05:27:50 dholland Exp $ +# $NetBSD: builtin.mk,v 1.15 2018/01/14 14:58:39 rillig Exp $ BUILTIN_PKG:= glu @@ -56,7 +56,7 @@ USE_BUILTIN.glu= yes . for dep in ${BUILDLINK_API_DEPENDS.glu} . if !empty(USE_BUILTIN.glu:M[yY][eE][sS]) USE_BUILTIN.glu!= \ - if ${PKG_ADMIN} pmatch ${dep:Q} ${BUILTIN_PKG.glu:Q}; then \ + if ${PKG_ADMIN} pmatch ${dep:Q} ${BUILTIN_PKG.glu}; then \ ${ECHO} yes; \ else \ ${ECHO} no; \ |