pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/grub



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov  9 10:25:14 UTC 2021

Modified Files:
        pkgsrc/sysutils/grub: Makefile

Log Message:
grub: get rid of silly NetBSD version check


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/sysutils/grub/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/grub/Makefile
diff -u pkgsrc/sysutils/grub/Makefile:1.61 pkgsrc/sysutils/grub/Makefile:1.62
--- pkgsrc/sysutils/grub/Makefile:1.61  Tue Nov  9 10:24:26 2021
+++ pkgsrc/sysutils/grub/Makefile       Tue Nov  9 10:25:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2021/11/09 10:24:26 nia Exp $
+# $NetBSD: Makefile,v 1.62 2021/11/09 10:25:13 nia Exp $
 
 DISTNAME=      grub-0.97
 PKGREVISION=   10
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 CONFLICTS=     grub2-[0-9]*
 
-ONLY_FOR_PLATFORM=     *-*-i386 NetBSD-[5-9].*-x86_64
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index