summaryrefslogtreecommitdiff
path: root/graphics/glu
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-14 14:58:38 +0000
committerrillig <rillig@pkgsrc.org>2018-01-14 14:58:38 +0000
commit171814c55ce3e50eadd450135290e53b33af64f3 (patch)
treefa8a27d9c86feb6d31d67b95540e4b35b06cdafe /graphics/glu
parent86a59b3186136dd9479eb8547b41ae2469c87314 (diff)
downloadpkgsrc-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.mk4
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; \