- Fix broken build and unbroke

- While I'm here, fix pkg-message

Pointy hat to:	rafan
This commit is contained in:
Sergey Matveychuk
2008-12-08 19:06:10 +00:00
parent 5f69aacb0f
commit a66bf98b35
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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'.
#############################################################