pkgsrc-WIP-changes archive

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

seqtk: Clean up



Module Name:	pkgsrc-wip
Committed By:	root <root%centosdev.ceas.uwm.edu@localhost>
Pushed By:	outpaddling
Date:		Thu Mar 22 16:58:17 2018 -0500
Changeset:	a8e7f9dc353627a58dc74394805646db108c2326

Modified Files:
	seqtk/Makefile

Log Message:
seqtk: Clean up

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

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

diffstat:
 seqtk/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/seqtk/Makefile b/seqtk/Makefile
index 9f5f8da58b..adf977d92c 100644
--- a/seqtk/Makefile
+++ b/seqtk/Makefile
@@ -16,16 +16,12 @@ HOMEPAGE=	https://github.com/lh3/seqtk
 COMMENT=	Tool for processing sequences in FASTA/FASTQ format
 LICENSE=	gnu-gpl-v2
 
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	gmake
-
 PORTVERSION=	1.2.20171107
 
 INSTALLATION_DIRS=	bin
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/seqtk \
-		${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/seqtk ${DESTDIR}${PREFIX}/bin
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index