pkgsrc-WIP-changes archive

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

hisat2: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jan 13 19:02:42 2019 -0600
Changeset:	ce7bb5a5da09ebe8a0acf2dfe9a329f796f94634

Modified Files:
	hisat2/Makefile
	hisat2/PLIST

Log Message:
hisat2: Clean up

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

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

diffstat:
 hisat2/Makefile | 10 +++-------
 hisat2/PLIST    |  5 -----
 2 files changed, 3 insertions(+), 12 deletions(-)

diffs:
diff --git a/hisat2/Makefile b/hisat2/Makefile
index 7d87c4dc8e..3d487d7dab 100644
--- a/hisat2/Makefile
+++ b/hisat2/Makefile
@@ -1,16 +1,12 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Sat Jan 12 21:39:55 CST 2019               #
-###########################################################
 
 # What's the canonical way to specify github commits in PKGNAME?
 # Using post-release commit # here
+# git describe --tags 20f333e2cfe7ff4d1362b248912893e2644683d7
+# 0f01dc6397a-23-g20f333e
 DISTNAME=	hisat2-2.1.0.23
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=infphilo/}
-GITHUB_PROJECT=	hisat2
 GITHUB_TAG=	20f333e2cfe7ff4d1362b248912893e2644683d7
 
 MAINTAINER=	bacon%NetBSD.org@localhost
@@ -19,7 +15,7 @@ COMMENT=	Alignment program for mapping next-generation sequencing reads
 LICENSE=	gnu-gpl-v3
 
 # 64-bit code, some assembly language
-ONLY_FOR_PLATFORM=	 *-*-x86_64
+ONLY_FOR_PLATFORM=	*-*-x86_64
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	bash gmake perl
diff --git a/hisat2/PLIST b/hisat2/PLIST
index c6404eeb56..d85cbf8bd5 100644
--- a/hisat2/PLIST
+++ b/hisat2/PLIST
@@ -80,8 +80,3 @@ libexec/hisat2/run_extract_ILMN.sh
 libexec/hisat2/run_genotype_build.sh
 libexec/hisat2/run_hisat2_build.sh
 libexec/hisat2/run_type_CP.sh
-@pkgdir share/examples
-@pkgdir share/doc
-@pkgdir man/man1
-@pkgdir lib
-@pkgdir include


Home | Main Index | Thread Index | Old Index