Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 14:53:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355985 - head/games/fotaq
Message-ID:  <201405311453.s4VEr9t5057886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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