From b174295cc84d451216a4c6c1f7db1a6767cbb1e4 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 10 Apr 1998 20:04:07 +0000 Subject: [PATCH] NO_CDROM for xmris, xscrabble --- games/xmris/Makefile | 4 +++- games/xscrabble/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 454c63af90d..3cc00744c7a 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -3,11 +3,13 @@ # Date created: February 5, 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.1.1.1 1998/02/05 17:54:11 angelos Exp $ +# $OpenBSD: Makefile,v 1.2 1998/04/10 20:04:07 marc Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 CATEGORIES= games +NO_CDROM= "NOFEE: Can not sell" + MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tgz diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 3d08e5a8db1..53ec16019a6 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -3,12 +3,14 @@ # Date created: December 1, 1997 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.1.1.1 1997/12/03 02:15:43 angelos Exp $ +# $OpenBSD: Makefile,v 1.2 1998/04/10 20:04:09 marc Exp $ # DISTNAME= xscrabble PKGNAME= xscrabble-1.0 CATEGORIES= games +NO_CDROM= "NOFEE: Can not sell" + MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ MAINTAINER= angelos@openbsd.org