svn commit: r347508 - head/games/linux-sof

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 15:24:57 UTC 2014


Author: antoine
Date: Sat Mar  8 15:24:57 2014
New Revision: 347508
URL: http://svnweb.freebsd.org/changeset/ports/347508
QAT: https://qat.redports.org/buildarchive/r347508/

Log:
  Ignore if CDROM_MOUNT is not set

Modified:
  head/games/linux-sof/Makefile

Modified: head/games/linux-sof/Makefile
==============================================================================
--- head/games/linux-sof/Makefile	Sat Mar  8 15:10:45 2014	(r347507)
+++ head/games/linux-sof/Makefile	Sat Mar  8 15:24:57 2014	(r347508)
@@ -27,6 +27,10 @@ EXTRACT_FILES=	libopenal-0.0.so libSDL-1
 PORTDOCS=	README README.105 README.106
 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.pre.mk>
 
@@ -34,10 +38,6 @@ do-extract:
 	@${MKDIR} ${WRKSRC}/data ${WRKSRC}/patch
 	@cd ${WRKSRC}/patch && ${SED} -e '1,/END_OF_STUB/d' ${_DISTDIR}/${DISTFILES} | \
 		${GUNZIP_CMD} -q | ${TAR} xf -
-.if !defined(CDROM_MOUNT)
-	@${ECHO_CMD} "${PKGNAME} requires CDROM_MOUNT set to mount point of CD"
-	@${FALSE}
-.endif
 .if !exists(${CDROM_MOUNT}/bin/x86/glibc-2.1/${PORTNAME})
 	@${ECHO_CMD} "${PKGNAME} requires CD with Soldier of Fortune for Linux"
 	@${FALSE}


More information about the svn-ports-head mailing list