Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 247E67A3DC for ; Sat, 9 Jul 2016 10:25:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFE2E85EF3; Sat, 9 Jul 2016 10:25:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 509D685EED for ; Sat, 9 Jul 2016 10:25:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7i5Psxcow9Vw for ; Sat, 9 Jul 2016 10:25:27 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B3BAA84CFD for ; Sat, 9 Jul 2016 10:25:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA44CFBB5; Sat, 9 Jul 2016 10:25:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468059927155280" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 10:25:27 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/x11/wdm To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160709102527.AA44CFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468059927155280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 9 10:25:27 UTC 2016 Modified Files: pkgsrc/x11/wdm: Makefile Log Message: Fixed pkglint warnings. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/x11/wdm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468059927155280 Content-Disposition: inline Content-Length: 1128 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/wdm/Makefile diff -u pkgsrc/x11/wdm/Makefile:1.61 pkgsrc/x11/wdm/Makefile:1.62 --- pkgsrc/x11/wdm/Makefile:1.61 Wed Dec 23 12:44:20 2015 +++ pkgsrc/x11/wdm/Makefile Sat Jul 9 10:25:27 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2015/12/23 12:44:20 joerg Exp $ +# $NetBSD: Makefile,v 1.62 2016/07/09 10:25:27 rillig Exp $ DISTNAME= wdm-1.28 PKGREVISION= 18 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES LDFLAGS.DragonFly= -lintl -lfontconfig LDFLAGS.SunOS+= -lintl -lresolv -CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs CONFIGURE_ARGS+= --with-gfx-libs=${BUILDLINK_DIR}/lib @@ -53,7 +53,7 @@ CONF_FILES+= ${PREFIX}/share/examples/wd CONFIGURE_ARGS+= --with-winmgr=${wmanager:Q} .endfor -INSTALLATION_DIRS += share/pixmaps/wdm share/examples/wdm +INSTALLATION_DIRS+= share/pixmaps/wdm share/examples/wdm .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/giflib/buildlink3.mk" --_----------=_1468059927155280--