svn commit: r436475 - in head/games: linux-quake3 linux-quake3-demo

Marcelo Araujo araujo at FreeBSD.org
Sun Mar 19 04:12:09 UTC 2017


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 at 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


More information about the svn-ports-head mailing list