Received: by mail.netbsd.org (Postfix, from userid 605) id 9DBCF84EB4; Tue, 13 Dec 2022 12:54:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE25584EAB for ; Tue, 13 Dec 2022 12:54:08 +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 76Hy0AxRV_is for ; Tue, 13 Dec 2022 12:54:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2CFF884D3F for ; Tue, 13 Dec 2022 12:54:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 264D8FA90; Tue, 13 Dec 2022 12:54:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167093604865150" MIME-Version: 1.0 Date: Tue, 13 Dec 2022 12:54:08 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/spek To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221213125408.264D8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167093604865150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Dec 13 12:54:08 UTC 2022 Modified Files: pkgsrc/audio/spek: Makefile Log Message: spek: Use PKGLOCALEDIR. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/spek/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167093604865150 Content-Disposition: inline Content-Length: 881 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/spek/Makefile diff -u pkgsrc/audio/spek/Makefile:1.29 pkgsrc/audio/spek/Makefile:1.30 --- pkgsrc/audio/spek/Makefile:1.29 Tue Sep 27 20:58:22 2022 +++ pkgsrc/audio/spek/Makefile Tue Dec 13 12:54:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2022/09/27 20:58:22 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/12/13 12:54:07 jperkin Exp $ DISTNAME= spek-0.8.2 PKGREVISION= 23 @@ -11,10 +11,11 @@ HOMEPAGE= http://spek.cc/ COMMENT= Acoustic Spectrum Analyzer LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake intltool xgettext msgmerge msgfmt pkg-config -MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake intltool xgettext msgmerge msgfmt pkg-config +MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} GNU_CONFIGURE_WX_VERSION= no --_----------=_167093604865150--