Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 15:09:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565406 - head/games/linux-ssamtfe
Message-ID:  <202102161509.11GF91qk094575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 16 15:09:00 2021
New Revision: 565406
URL: https://svnweb.freebsd.org/changeset/ports/565406

Log:
  Ignore again on the package builders
  
  Reported by:	pkg-fallout

Modified:
  head/games/linux-ssamtfe/Makefile

Modified: head/games/linux-ssamtfe/Makefile
==============================================================================
--- head/games/linux-ssamtfe/Makefile	Tue Feb 16 14:51:35 2021	(r565405)
+++ head/games/linux-ssamtfe/Makefile	Tue Feb 16 15:09:00 2021	(r565406)
@@ -24,6 +24,10 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	VORBIS DOCS
 OPTIONS_DEFAULT=	VORBIS
 
+.if !defined(CDROM_MOUNT)
+IGNORE=		${PKGNAME} requires CDROM_MOUNT set to mount point of CD
+.endif
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MVORBIS}



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