pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/grub grub: get rid of silly NetBSD version check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd69cb5055a
branches:  trunk
changeset: 769173:6fd69cb5055a
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 09 10:25:13 2021 +0000

description:
grub: get rid of silly NetBSD version check

diffstat:

 sysutils/grub/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9114b126744b -r 6fd69cb5055a sysutils/grub/Makefile
--- a/sysutils/grub/Makefile    Tue Nov 09 10:24:26 2021 +0000
+++ b/sysutils/grub/Makefile    Tue Nov 09 10:25:13 2021 +0000
@@ -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 @@
 
 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