diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /games | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.zst freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'games')
-rw-r--r-- | games/xrisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index bdb91ba41940..d463490a9c9d 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.7 1996/06/14 03:21:40 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:26:53 asami Exp $ # DISTNAME= xrisk-2.13 @@ -12,6 +12,6 @@ MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z USE_X11= yes -RESTRICTED= "Possible trademark infringement." +RESTRICTED= "Possible trademark infringement" .include <bsd.port.mk> |