Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 04:12:08 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436475 - in head/games: linux-quake3 linux-quake3-demo
Message-ID:  <201703190412.v2J4C86o014639@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Sun Mar 19 04:12:08 2017
New Revision: 436475
URL: https://svnweb.freebsd.org/changeset/ports/436475

Log:
  Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
  When use RESTRICT it implies the former ones.

Modified:
  head/games/linux-quake3-demo/Makefile
  head/games/linux-quake3/Makefile

Modified: head/games/linux-quake3-demo/Makefile
==============================================================================
--- head/games/linux-quake3-demo/Makefile	Sun Mar 19 04:08:22 2017	(r436474)
+++ head/games/linux-quake3-demo/Makefile	Sun Mar 19 04:12:08 2017	(r436475)
@@ -15,8 +15,6 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Quake III Arena Demo
 
 RESTRICTED=	Restrictive license by Loki Software
-NO_CDROM=	${RESTRICTED}
-NO_PACKAGE=	${RESTRICTED}
 
 USES=		linux
 USE_LINUX=	dri

Modified: head/games/linux-quake3/Makefile
==============================================================================
--- head/games/linux-quake3/Makefile	Sun Mar 19 04:08:22 2017	(r436474)
+++ head/games/linux-quake3/Makefile	Sun Mar 19 04:12:08 2017	(r436475)
@@ -18,8 +18,6 @@ USES=		linux zip:infozip
 NO_WRKSUBDIR=	yes
 
 RESTRICTED=	Restrictive license by Loki Software
-NO_CDROM=	${RESTRICTED}
-NO_PACKAGE=	${RESTRICTED}
 
 OPTIONS_MULTI=	TYPE
 OPTIONS_MULTI_TYPE=	CLIENT DEDICATED SMP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703190412.v2J4C86o014639>