pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gkrellmpc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 13:13:47 UTC 2022

Modified Files:
        pkgsrc/audio/gkrellmpc: Makefile

Log Message:
gkrellmpc: Use PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/gkrellmpc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/gkrellmpc/Makefile
diff -u pkgsrc/audio/gkrellmpc/Makefile:1.3 pkgsrc/audio/gkrellmpc/Makefile:1.4
--- pkgsrc/audio/gkrellmpc/Makefile:1.3 Wed Oct 26 10:31:11 2022
+++ pkgsrc/audio/gkrellmpc/Makefile     Tue Dec 13 13:13:47 2022
@@ -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 @@ HOMEPAGE=     https://github.com/simark/gkre
 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