diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-24 20:12:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-24 20:12:34 +0000 |
commit | f5008d705763d7c9521e24ed2cd47a7ebc666f43 (patch) | |
tree | e75b41e0cddb6c0ea8c38f4028b2f7527303f3b0 /wm/aewm++ | |
parent | 3e8524613002e81e0de967f6a17feb62cfe5d7c7 (diff) | |
download | pkgsrc-f5008d705763d7c9521e24ed2cd47a7ebc666f43.tar.gz |
Fixed pkglint warnings about unnecessary :Q modifiers in directory names.
Diffstat (limited to 'wm/aewm++')
-rw-r--r-- | wm/aewm++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile index 7b0fd2125e7..01d8fe7b912 100644 --- a/wm/aewm++/Makefile +++ b/wm/aewm++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/03/13 16:50:37 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2016/07/24 20:12:34 rillig Exp $ # DISTNAME= aewm++-1.0.24 @@ -13,7 +13,7 @@ COMMENT= Fork of the popular minimal window manager aewm USE_LANGUAGES= c c++ -INSTALL_MAKE_FLAGS= PKGMANDIR=${PKGMANDIR:Q} +INSTALL_MAKE_FLAGS= PKGMANDIR=${PKGMANDIR} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |