pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bcftools: Remove useless post-install mv



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Jul 21 16:20:15 2020 +0000
Changeset:	0295a191b6024c50ffb1b4360f2712e085b1b182

Modified Files:
	bcftools/Makefile

Log Message:
bcftools: Remove useless post-install mv

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0295a191b6024c50ffb1b4360f2712e085b1b182

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bcftools/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index d302472e15..53d79ec2f7 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -37,8 +37,6 @@ post-install:
 		${DESTDIR}${PREFIX}/bin/run-roh
 	${MV} ${DESTDIR}${PREFIX}/bin/vcfutils.pl \
 		${DESTDIR}${PREFIX}/bin/vcfutils
-	${MV} ${DESTDIR}${PREFIX}/bin/plot-vcfstats \
-		${DESTDIR}${PREFIX}/bin/
 
 .include "../../biology/htslib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index