pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: some cosmetics
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e81d9ca6632
branches: trunk
changeset: 385231:0e81d9ca6632
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Sun Sep 16 15:07:54 2018 +0000
description:
grub2: some cosmetics
* remove util/grub-install.in: file not longer exists (fix SUBST warning)
* change ABI= to .under ABI (fix pkglint warning)
diffstat:
sysutils/grub2/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e45bc06493ee -r 0e81d9ca6632 sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile Sun Sep 16 14:37:08 2018 +0000
+++ b/sysutils/grub2/Makefile Sun Sep 16 15:07:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/09/16 14:37:08 triaxx Exp $
+# $NetBSD: Makefile,v 1.16 2018/09/16 15:07:54 triaxx Exp $
DISTNAME= grub-2.02
PKGNAME= ${DISTNAME:S/grub/grub2/}
@@ -65,7 +65,7 @@
# Unset ABI to prevent pkgsrc's gcc wrapper from messing with -m flags.
#
.if defined(ABI) && !empty(ABI)
-ABI=
+.undef ABI
.endif
#
@@ -113,7 +113,7 @@
SUBST_CLASSES+= fix-paths-1
SUBST_STAGE.fix-paths-1= pre-configure
SUBST_MESSAGE.fix-paths-1= Fixing configuration paths in scripts.
-SUBST_FILES.fix-paths-1= util/grub-install.in util/grub-mkconfig.in
+SUBST_FILES.fix-paths-1= util/grub-mkconfig.in
SUBST_SED.fix-paths-1= -e 's,\(\$${sysconfdir}"\{0\,1\}\)/grub.d,\1,g'
SUBST_SED.fix-paths-1+= -e 's,\(\$${sysconfdir}"\{0\,1\}\)/default/grub,\1/default.conf,g'
Home |
Main Index |
Thread Index |
Old Index