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/wmphoto | |
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/wmphoto')
-rw-r--r-- | graphics/wmphoto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/wmphoto/Makefile b/graphics/wmphoto/Makefile index fa1ea899e46..a32efef5024 100644 --- a/graphics/wmphoto/Makefile +++ b/graphics/wmphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/07/04 16:18:36 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2018/01/14 14:58:40 rillig Exp $ # DISTNAME= wmphoto-0.3a @@ -12,7 +12,7 @@ COMMENT= Dock-app that can show you a photo BUILD_DIRS= wmphoto USE_TOOLS+= gmake -MAKE_ENV+= X11BASE=${X11BASE:Q} +MAKE_ENV+= X11BASE=${X11BASE} INSTALLATION_DIRS+= bin share/doc/wmphoto |