From 2645d9937b19ac3669ffe4262fa2e78386fa0717 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 16 Mar 2013 02:56:29 +0000 Subject: - Remove needless quoting of BROKEN/IGNORE - Trim headers PR: ports/168908 With hat: portmgr --- games/rftg/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'games/rftg') diff --git a/games/rftg/Makefile b/games/rftg/Makefile index 9e8ece9d3900..2896034fb5ea 100644 --- a/games/rftg/Makefile +++ b/games/rftg/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: rftg -# Date created: Apr 12, 2011 -# Whom: Miles V. Aronnax -# +# Created by: Miles V. Aronnax # $FreeBSD$ -# PORTNAME= rftg PORTVERSION= 0.8.1 @@ -23,7 +19,7 @@ DOWNLOAD_URL= http://www.keldon.net/rftg/ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Race for the Galaxy AI contains images and card names that are copyright Rio Grande Games. They have granted Keldon Jones ( http://www.keldon.net ) permission to distribute them, but this does not appear to include redistribution rights. Please download ${DISTFILES} manually from ${DOWNLOAD_URL} and place it in ${DISTDIR}" +IGNORE= race for the Galaxy AI contains images and card names that are copyright Rio Grande Games. They have granted Keldon Jones ( http://www.keldon.net ) permission to distribute them, but this does not appear to include redistribution rights. Please download ${DISTFILES} manually from ${DOWNLOAD_URL} and place it in ${DISTDIR} .endif .include -- cgit