pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ce272c49740
branches:  trunk
changeset: 389966:6ce272c49740
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Dec 13 13:13:47 2022 +0000

description:
gkrellmpc: Use PKGLOCALEDIR.

diffstat:

 audio/gkrellmpc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f65e8730400f -r 6ce272c49740 audio/gkrellmpc/Makefile
--- a/audio/gkrellmpc/Makefile  Tue Dec 13 13:12:10 2022 +0000
+++ b/audio/gkrellmpc/Makefile  Tue Dec 13 13:13:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/10/26 10:31:11 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/13 13:13:47 jperkin Exp $
 DISTNAME=      gkrellmpc-0.1_beta10
 PKGREVISION=   2
 CATEGORIES=    audio
@@ -11,7 +11,8 @@
 COMMENT=       GKrellM plugin to control musicpd
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=    pkg-config gmake
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            pkg-config gmake
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index