pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/intel-microcode-netbsd



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon Jul 20 21:18:17 UTC 2020

Modified Files:
        pkgsrc/sysutils/intel-microcode-netbsd: Makefile

Log Message:
intel-microcode-netbsd: appease pkglint(1)

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/intel-microcode-netbsd/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/intel-microcode-netbsd/Makefile
diff -u pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.40 pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.41
--- pkgsrc/sysutils/intel-microcode-netbsd/Makefile:1.40        Wed Jun 17 01:50:06 2020
+++ pkgsrc/sysutils/intel-microcode-netbsd/Makefile     Mon Jul 20 21:18:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/06/17 01:50:06 msaitoh Exp $
+# $NetBSD: Makefile,v 1.41 2020/07/20 21:18:17 khorben Exp $
 
 VERSION=       20200616
 DISTNAME=      microcode-${VERSION}
@@ -33,7 +33,7 @@ do-build:
        cd ${WRKSRC} && ${CC} extract.c -o extract
 
 do-install:
-       @(if [ -f ${WRKSRC}/microcode.dat ]; then \
+       (if [ -f ${WRKSRC}/microcode.dat ]; then \
                cd ${DESTDIR}${PREFIX}/${FWDIR} && \
                        ${WRKSRC}/extract ${WRKSRC}/microcode.dat ; \
        else \



Home | Main Index | Thread Index | Old Index