diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2004-01-26 15:36:54 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2004-01-26 15:36:54 +0000 |
commit | 7a47a4192fd3b5cf546d7843146ca80c6304fa42 (patch) | |
tree | e2ecf0c94c62e6940e684b7af271e8fd0408056b /sysutils/grub/Makefile | |
parent | 842e6a5ca6ebf7b0b925161ddd85f5fed5a63ff9 (diff) | |
download | ports-7a47a4192fd3b5cf546d7843146ca80c6304fa42.tar.gz ports-7a47a4192fd3b5cf546d7843146ca80c6304fa42.zip |
Notes
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 6c7f041ae7c9..8e0411357f3a 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -6,20 +6,21 @@ # PORTNAME= grub -PORTVERSION= 0.92 +PORTVERSION= 0.94 CATEGORIES= sysutils -MASTER_SITES= http://www.gnu.org/software/grub/ +MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ -MAINTAINER= jedgar@FreeBSD.org +MAINTAINER= sem@ciam.ru COMMENT= GRand Unified Bootloader GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd-freebsd${OSREL} +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 +INFO= grub multiboot #.if defined(WITH_SPLASHIMAGE) #PATCH_SITES= http://people.redhat.com/~katzj/grub/patches/ @@ -35,12 +36,7 @@ MAN8= grub.8 grub-install.8 grub-md5-crypt.8 # @sleep 2 #.endif -.include <bsd.port.pre.mk> - -pre-build: - @${RM} -f ${WRKSRC}/docs/grub.info - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |