diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 05:56:30 +0800 |
commit | 6844d3f7f792d9dce1e05a5f4f29d547397b218b (patch) | |
tree | 51d86f5b60bf968487093b3c7a33dfaf18107397 /games | |
parent | 6f98ddf18322570583f7cec4c11a028fafeecceb (diff) | |
download | freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.gz freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.tar.zst freebsd-ports-gnome-6844d3f7f792d9dce1e05a5f4f29d547397b218b.zip |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt)
Diffstat (limited to 'games')
-rw-r--r-- | games/ladder/Makefile | 8 | ||||
-rw-r--r-- | games/xinvaders/Makefile | 8 | ||||
-rw-r--r-- | games/xrisk/Makefile | 8 | ||||
-rw-r--r-- | games/xskat/Makefile | 8 | ||||
-rw-r--r-- | games/xtris/Makefile | 8 |
5 files changed, 10 insertions, 30 deletions
diff --git a/games/ladder/Makefile b/games/ladder/Makefile index 8766d005da60..aaf12a758681 100644 --- a/games/ladder/Makefile +++ b/games/ladder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ladder -# Date created: 18 Feb 1998 -# Whom: Stefan Zehl <sec@42.org> -# +# Created by: Stefan Zehl <sec@42.org> # $FreeBSD$ -# PORTNAME= ladder PORTVERSION= 1.00 @@ -16,7 +12,7 @@ DISTFILES= ladder.tar MAINTAINER= sec@42.org COMMENT= The old "ladder" game -RESTRICTED= "possible copyright problems ?" +RESTRICTED= possible copyright problems ? NO_WRKSUBDIR= true EXTRACT_CMD= ${TAR} diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 43c7050adc38..3a4a0b66d793 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xinvaders -# Date created: 3 Jan 1995 -# Whom: swallace -# +# Created by: swallace # $FreeBSD$ -# PORTNAME= xinvaders PORTVERSION= 2.1.1 @@ -17,7 +13,7 @@ COMMENT= Shoot-em-up them nasty little bugs ONLY_FOR_ARCHS= i386 -NO_CDROM= "don't sell for profit" +NO_CDROM= don't sell for profit USE_GETTEXT= yes USE_XORG= x11 xmu xaw xt diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index b2cbc337f6c7..56c8764fc855 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xrisk -# Date created: 4 Jan 1995 -# Whom: swallace -# +# Created by: swallace # $FreeBSD$ -# PORTNAME= xrisk PORTVERSION= 2.15 @@ -18,6 +14,6 @@ USE_IMAKE= yes USE_XORG= x11 xext xt MAN6= xrisk.6 -RESTRICTED= "Possible trademark infringement" +RESTRICTED= Possible trademark infringement .include <bsd.port.mk> diff --git a/games/xskat/Makefile b/games/xskat/Makefile index 3ab92664f857..6dd05734bdc2 100644 --- a/games/xskat/Makefile +++ b/games/xskat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xskat -# Date created: 27 Apr 1996 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xskat PORTVERSION= 4.0 @@ -17,7 +13,7 @@ COMMENT= Play the card game Skat .if defined(WITH_ALTENBURGER_CARDS) DISTFILES+= xskat-cards.tar.gz -RESTRICTED= "The altenburger card file is NOT freely redistributable!" +RESTRICTED= The altenburger card file is NOT freely redistributable! .endif USE_IMAKE= yes diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 00d2ada72e19..5ef176a8a0a1 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtris -# Date created: 24. Sep 97 -# Whom: sec@42.org -# +# Created by: sec@42.org # $FreeBSD$ -# PORTNAME= xtris PORTVERSION= 1.15 @@ -19,7 +15,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sec@42.org COMMENT= A multi-player version of a popular game for the X Window system -RESTRICTED= "Possible trademark infringement" +RESTRICTED= Possible trademark infringement WRKSRC= ${WRKDIR}/xtris USE_XORG= x11 xext |