aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/grub
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2008-12-09 03:06:10 +0800
committersem <sem@FreeBSD.org>2008-12-09 03:06:10 +0800
commita8f0bb42b4a54b8ae3fba26dd50361fe1961d40a (patch)
tree3b9dfbef9bcef24281c3937d04ed3cb4ad22c6e4 /sysutils/grub
parent2bf03af5b812dd307aeaaeb19491a452e8e60c45 (diff)
downloadfreebsd-ports-gnome-a8f0bb42b4a54b8ae3fba26dd50361fe1961d40a.tar.gz
freebsd-ports-gnome-a8f0bb42b4a54b8ae3fba26dd50361fe1961d40a.tar.zst
freebsd-ports-gnome-a8f0bb42b4a54b8ae3fba26dd50361fe1961d40a.zip
- Fix broken build and unbroke
- While I'm here, fix pkg-message Pointy hat to: rafan
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile3
-rw-r--r--sysutils/grub/pkg-message3
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index dc8407e81992..b5e4dc5ab134 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -14,11 +14,10 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/
MAINTAINER= sem@FreeBSD.org
COMMENT= GRand Unified Bootloader
-BROKEN= does not package
-
USE_AUTOTOOLS= automake:19 autoconf:262
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL}
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
ONLY_FOR_ARCHS= i386
diff --git a/sysutils/grub/pkg-message b/sysutils/grub/pkg-message
index dd4b7edd7f3c..a5b286301fb6 100644
--- a/sysutils/grub/pkg-message
+++ b/sysutils/grub/pkg-message
@@ -3,8 +3,7 @@ To install GRUB on the master boot record of your hard drive
use 'grub-install <drive-to-install>' command.
NOTE: Don't forget to run 'sysctl kern.geom.debugflags=16'
- on 5.x and -CURRENT to enable writing in hard disk
- system areas.
+ to enable writing in hard disk system areas.
For details read the GRUB info page using 'info grub'.
#############################################################