Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 08:52:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486503 - head/biology/gatk
Message-ID:  <201812030852.wB38q33i032424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Dec  3 08:52:03 2018
New Revision: 486503
URL: https://svnweb.freebsd.org/changeset/ports/486503

Log:
  biology/gatk: Correct the target

Modified:
  head/biology/gatk/Makefile

Modified: head/biology/gatk/Makefile
==============================================================================
--- head/biology/gatk/Makefile	Mon Dec  3 08:40:53 2018	(r486502)
+++ head/biology/gatk/Makefile	Mon Dec  3 08:52:03 2018	(r486503)
@@ -30,7 +30,7 @@ DEPS_CACHE_DIR=	/tmp # should be ${WRKDIR}, but workar
 PLIST_FILES=	bin/${PORTNAME} \
 		${JAVAJARDIR}/GenomeAnalysisTK-${PORTVERSION}.jar
 
-post-patch: # to rebuild the deps archive: 1. remove post-patch: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive
+post-extract: # to rebuild the deps archive: 1. remove post-extract: 2. remove --offline 3. build 4. package ${DEPS_CACHE_DIR}/gradle-${PORTNAME} into the deps archive
 	@cd ${DEPS_CACHE_DIR} && ${TAR} xzf ${DISTDIR}/${PORTNAME}-${DISTVERSION}-deps${EXTRACT_SUFX}
 
 do-build:



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