svn commit: r337175 - head/games/HeroesOfMightAndMagic

Marcus von Appen mva at FreeBSD.org
Sun Dec 22 08:25:26 UTC 2013


Author: mva
Date: Sun Dec 22 08:25:26 2013
New Revision: 337175
URL: http://svnweb.freebsd.org/changeset/ports/337175

Log:
  - Change BROKEN to IGNORE, if no CDROM_MOUNT is specified
    to soothe the package builds
  
  Submitted by:	Nikolai Lifanov <lifanov at mail.lifanov.com> (via mail)

Modified:
  head/games/HeroesOfMightAndMagic/Makefile

Modified: head/games/HeroesOfMightAndMagic/Makefile
==============================================================================
--- head/games/HeroesOfMightAndMagic/Makefile	Sun Dec 22 06:02:39 2013	(r337174)
+++ head/games/HeroesOfMightAndMagic/Makefile	Sun Dec 22 08:25:26 2013	(r337175)
@@ -25,7 +25,7 @@ GAMEFILES=	README Heroes_III_Tutorial.pd
 DATAFILES=	*.lod *.snd
 
 .if !defined(CDROM_MOUNT)
-BROKEN=	${PKGNAME} requires CDROM_MOUNT to be set to the mount point of the CD
+IGNORE=		${PKGNAME} requires CDROM_MOUNT to be set to the mount point of the CD
 .endif
 
 do-install:


More information about the svn-ports-all mailing list