diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 12:17:52 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 12:17:52 +0800 |
commit | 4892f3ee05cf9cd3524074170c2624579253d958 (patch) | |
tree | ecc9651729e7dc8c02a450bf1174bdd99a69d322 | |
parent | ea58a0a1355ea7413a5cd02c94c65179b71eed9d (diff) | |
download | freebsd-ports-gnome-4892f3ee05cf9cd3524074170c2624579253d958.tar.gz freebsd-ports-gnome-4892f3ee05cf9cd3524074170c2624579253d958.tar.zst freebsd-ports-gnome-4892f3ee05cf9cd3524074170c2624579253d958.zip |
- Reassign to the heap due to mail bounces
- Remove 6.X cruft while I am here
With hat: portmgr
-rw-r--r-- | sysutils/grub2/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 77c900865778..084774f6be15 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grub -# Whom: sem@FreeBSD.org -# Date created: 10 June 2010 -# +# Created by: sem@FreeBSD.org # $FreeBSD$ -# PORTNAME= grub2 PORTVERSION= 1.98 @@ -12,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ DISTNAME= grub-${PORTVERSION} -MAINTAINER= rick@lgarchitecture.com +MAINTAINER= ports@FreeBSD.org COMMENT= Multiboot boot loader CONFLICTS= grub-0* @@ -37,10 +33,6 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - post-install: @${CAT} ${PKGMESSAGE} |