diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 03:15:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 03:15:20 +0000 |
commit | 102944a9a6f6b21272cb8b8016048e1a575e020c (patch) | |
tree | bdbf9e151c6240431d1da70a7a4596b02cde6459 /games/xinvaders/Makefile | |
parent | Add "MASTER_SITES?=" (no this is not a typo) right before the (diff) |
Change NO_PACKAGE to NO_CDROM ("don't sell for profit").
Notes
Notes:
svn path=/head/; revision=3204
Diffstat (limited to 'games/xinvaders/Makefile')
-rw-r--r-- | games/xinvaders/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 43f57ce4a7f0..89711f71ce02 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.5 1995/04/11 00:20:34 asami Exp $ +# $Id: Makefile,v 1.6 1995/10/11 00:11:25 asami Exp $ # DISTNAME= xinvaders @@ -13,7 +13,6 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/games/x11/video/ USE_IMAKE= yes -# "don't sell for profit" copyright -NO_PACKAGE= yes +NO_CDROM= yes # "don't sell for profit" .include <bsd.port.mk> |