From f5008d705763d7c9521e24ed2cd47a7ebc666f43 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 24 Jul 2016 20:12:34 +0000 Subject: Fixed pkglint warnings about unnecessary :Q modifiers in directory names. --- wm/aewm++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/aewm++/Makefile') 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 -- cgit v1.2.3