svn commit: r486503 - head/biology/gatk

Yuri Victorovich yuri at FreeBSD.org
Mon Dec 3 08:52:04 UTC 2018


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:


More information about the svn-ports-all mailing list