diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 06:12:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 06:12:18 +0000 |
commit | 31ba33aa61882bf71f15bea4da771d171c3539e1 (patch) | |
tree | 383bdacdd5bba973eaa756ad2cdee8a09c756a93 /sysutils/grub | |
parent | 8eb009d1ebc70b21dfe61a0dcb0fc4fc69cd45fa (diff) | |
download | ports-31ba33aa61882bf71f15bea4da771d171c3539e1.tar.gz ports-31ba33aa61882bf71f15bea4da771d171c3539e1.zip |
Notes
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 586822ac7d3b..775341c8cd4e 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -35,10 +35,16 @@ MAN8= grub.8 grub-install.8 grub-md5-crypt.8 # @sleep 2 #.endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + pre-build: @${RM} ${WRKSRC}/docs/grub.info* post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |