pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/m1n1



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:17:35 UTC 2024

Modified Files:
        pkgsrc/sysutils/m1n1: Makefile

Log Message:
m1n1: Fix non-portable mv usage


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/m1n1/Makefile

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

Modified files:

Index: pkgsrc/sysutils/m1n1/Makefile
diff -u pkgsrc/sysutils/m1n1/Makefile:1.4 pkgsrc/sysutils/m1n1/Makefile:1.5
--- pkgsrc/sysutils/m1n1/Makefile:1.4   Tue Jun  6 12:42:21 2023
+++ pkgsrc/sysutils/m1n1/Makefile       Mon Oct 14 15:17:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/06/06 12:42:21 riastradh Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/14 15:17:35 nia Exp $
 
 GITHUB_PROJECT=        m1n1
 GITHUB_TAG=    4df78129aac4547231dbac662d28c3b67b13cc79
@@ -30,7 +30,7 @@ INSTALLATION_DIRS=    share/m1n1
 
 post-extract:
        # XXX why?
-       mv -v ${WRKSRC}/artwork/artwork-*/* ${WRKSRC}/artwork
+       ${MV} ${WRKSRC}/artwork/artwork-*/* ${WRKSRC}/artwork
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/build/m1n1.macho ${DESTDIR}${PREFIX}/share/m1n1



Home | Main Index | Thread Index | Old Index