diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
commit | 2645d9937b19ac3669ffe4262fa2e78386fa0717 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /games/rftg | |
parent | 2104542c7d60419a051b2de52d7fb92e19db7aa6 (diff) | |
download | freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.gz freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.zst freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.zip |
- Remove needless quoting of BROKEN/IGNORE
- Trim headers
PR: ports/168908
With hat: portmgr
Diffstat (limited to 'games/rftg')
-rw-r--r-- | games/rftg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <miles@aronnax.net> -# +# Created by: Miles V. Aronnax <miles@aronnax.net> # $FreeBSD$ -# PORTNAME= rftg PORTVERSION= 0.8.1 @@ -23,7 +19,7 @@ DOWNLOAD_URL= http://www.keldon.net/rftg/ .include <bsd.port.pre.mk> .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 <bsd.port.post.mk> |