CVS commit: pkgsrc/audio/kew

"Kevin Bloom" <[email protected]> Thu, 30 Jul 2026 18:20:55 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
Module Name:	pkgsrc
Committed By:	ktnb
Date:		Thu Jul 30 18:20:55 UTC 2026

Modified Files:
	pkgsrc/audio/kew: options.mk

Log Message:
kew: fixed typo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/kew/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed) (text/x-diff, 735 B)
Modified files:

Index: pkgsrc/audio/kew/options.mk
diff -u pkgsrc/audio/kew/options.mk:1.4 pkgsrc/audio/kew/options.mk:1.5
--- pkgsrc/audio/kew/options.mk:1.4	Fri Jul 24 15:13:03 2026
+++ pkgsrc/audio/kew/options.mk	Thu Jul 30 18:20:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2026/07/24 15:13:03 ktnb Exp $
+# $NetBSD: options.mk,v 1.5 2026/07/30 18:20:55 ktnb Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.kew
 PKG_SUPPORTED_OPTIONS=	dbus artist-db
@@ -35,6 +35,6 @@ SITES.${ARTIST_DB}= \
 DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
 
 post-install:
-	${INSTALL_DATA} ${WRKDIR}/${ARTIST_DB} ${DESTDIR}${PREFIX}/share/akew/artists.db
+	${INSTALL_DATA} ${WRKDIR}/${ARTIST_DB} ${DESTDIR}${PREFIX}/share/kew/artists.db
 
 .endif