diff options
Diffstat (limited to 'games/xskat/Makefile')
-rw-r--r-- | games/xskat/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |