diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-07 02:19:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-07 02:19:45 +0000 |
commit | 2b6f46187d121489e64b3680befdf3a0d8ad238d (patch) | |
tree | eb448179264cc4c238a181877c43692228451122 /games/xrisk/Makefile | |
parent | Add a pre-clean target to delete the "src" subdirectory, which is a (diff) |
Move the comment to after NO_PACKAGE so it's easier to grep and see
why it's so.
Diffstat (limited to '')
-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> |