pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/spek spek: Use PKGLOCALEDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01b2a4fdc11
branches:  trunk
changeset: 389963:e01b2a4fdc11
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Dec 13 12:54:07 2022 +0000

description:
spek: Use PKGLOCALEDIR.

diffstat:

 audio/spek/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 5c588c29a312 -r e01b2a4fdc11 audio/spek/Makefile
--- a/audio/spek/Makefile       Tue Dec 13 12:51:49 2022 +0000
+++ b/audio/spek/Makefile       Tue Dec 13 12:54:07 2022 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index