svn commit: r347503 - head/games/linux-ssamtfe

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 14:35:26 UTC 2014


Author: antoine
Date: Sat Mar  8 14:35:25 2014
New Revision: 347503
URL: http://svnweb.freebsd.org/changeset/ports/347503
QAT: https://qat.redports.org/buildarchive/r347503/

Log:
  Ignore if CDROM_MOUNT is not set

Modified:
  head/games/linux-ssamtfe/Makefile

Modified: head/games/linux-ssamtfe/Makefile
==============================================================================
--- head/games/linux-ssamtfe/Makefile	Sat Mar  8 14:34:37 2014	(r347502)
+++ head/games/linux-ssamtfe/Makefile	Sat Mar  8 14:35:25 2014	(r347503)
@@ -24,6 +24,10 @@ RESTRICTED=	Redistribution is limited, s
 PORTDOCS=	README.liflg ShellSymbols.txt changes.txt notes.txt
 SUB_FILES=	pkg-message
 
+.if !defined(CDROM_MOUNT)
+IGNORE=		${PKGNAME} requires CDROM_MOUNT set to mount point of CD
+.endif
+
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
@@ -57,10 +61,6 @@ post-patch:
 		-e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/${PORTNAME}
 
 do-install:
-.if !defined(CDROM_MOUNT)
-	@${ECHO_CMD} "${PKGNAME} requires CDROM_MOUNT set to mount point of CD"
-	@${FALSE}
-.endif
 .if !exists(${CDROM_MOUNT}/Install/Mods/SeriousSamTbn.tex)
 	@${ECHO_CMD} "${PKGNAME} requires a retail First Encounter disc"
 	@${FALSE}


More information about the svn-ports-all mailing list