diff options
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 8e0411357f3a..ea86d7c6897f 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -7,6 +7,7 @@ PORTNAME= grub PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ @@ -19,7 +20,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL} ONLY_FOR_ARCHS= i386 MAN1= mbchk.1 -MAN8= grub.8 grub-install.8 grub-md5-crypt.8 +MAN8= grub.8 grub-install.8 grub-md5-crypt.8 grub-terminfo.8 INFO= grub multiboot #.if defined(WITH_SPLASHIMAGE) |