diff options
author | asami <asami@FreeBSD.org> | 1996-03-07 10:19:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-07 10:19:45 +0800 |
commit | b966439bb0cd9159c50bde96ba636341da365995 (patch) | |
tree | dc64835d7e77d247e440b3497163a036801a6223 /games | |
parent | 0fe62c00ade9867af5684759b57ded97dbbb16dc (diff) | |
download | freebsd-ports-gnome-b966439bb0cd9159c50bde96ba636341da365995.tar.gz freebsd-ports-gnome-b966439bb0cd9159c50bde96ba636341da365995.tar.zst freebsd-ports-gnome-b966439bb0cd9159c50bde96ba636341da365995.zip |
Move the comment to after NO_PACKAGE so it's easier to grep and see
why it's so.
Diffstat (limited to 'games')
-rw-r--r-- | games/xrisk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index c9bec34c4b8d..93ac0914599b 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/05/13 06:25:04 asami Exp $ +# $Id: Makefile,v 1.5 1995/05/27 07:44:07 asami Exp $ # DISTNAME= xrisk-2.13 @@ -12,8 +12,6 @@ MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z USE_X11= yes -# We can't distribute the source or the package because of -# the restrictive copyright. -NO_PACKAGE= yes +NO_PACKAGE= yes # restrictive copyright .include <bsd.port.mk> |