pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spek



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.

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
 



Home | Main Index | Thread Index | Old Index