svn commit: r355985 - head/games/fotaq

John Marino marino at FreeBSD.org
Sat May 31 14:53:09 UTC 2014


Author: marino
Date: Sat May 31 14:53:09 2014
New Revision: 355985
URL: http://svnweb.freebsd.org/changeset/ports/355985
QAT: https://qat.redports.org/buildarchive/r355985/

Log:
  games/fotaq: Remove unnecessary extract target
  
  There is no need to use a custom extract target; using NO_WRKSUBDIR
  works fine.

Modified:
  head/games/fotaq/Makefile

Modified: head/games/fotaq/Makefile
==============================================================================
--- head/games/fotaq/Makefile	Sat May 31 14:48:05 2014	(r355984)
+++ head/games/fotaq/Makefile	Sat May 31 14:53:09 2014	(r355985)
@@ -14,18 +14,12 @@ RUN_DEPENDS=	scummvm:${PORTSDIR}/games/s
 
 USES=		zip
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
 SUB_FILES=	pkg-message
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-do-extract:
-	@${RM} -rf ${WRKDIR}
-	@${MKDIR} ${WRKSRC}
-	@cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
-		${_DISTDIR}/${EXTRACT_ONLY}
-
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	@${INSTALL_DATA} ${WRKSRC}/queen.1c ${STAGEDIR}${DATADIR}


More information about the svn-ports-all mailing list