pkgsrc-WIP-changes archive

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

trimmomatic: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 4 13:33:10 2018 -0500
Changeset:	42f1aacc1ff2cc0686f0dc50c6e82a34ce21c696

Modified Files:
	trimmomatic/Makefile

Log Message:
trimmomatic: Clean up Makefile

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

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

diffstat:
 trimmomatic/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/trimmomatic/Makefile b/trimmomatic/Makefile
index 3110bf09ea..cdc7b137c2 100644
--- a/trimmomatic/Makefile
+++ b/trimmomatic/Makefile
@@ -14,10 +14,8 @@ HOMEPAGE=	http://www.usadellab.org/cms/?page=trimmomatic
 COMMENT=	Flexible read trimming tool for Illumina NGS data
 LICENSE=	gnu-gpl-v3
 
-# Use Yum's java for now
-# USE_JAVA=	run
+USE_JAVA=	run
 
-# Just assuming C and C++: Adjust this!
 USE_TOOLS+=	pax
 NO_BUILD=	yes
 
@@ -26,7 +24,7 @@ WRKSRC=		${WRKDIR}/Trimmomatic-${PORTVERSION}
 PORTVERSION=	0.35
 DATADIR=	${PREFIX}/share/Trimmomatic
 
-INSTALLATION_DIRS=	bin lib/java share/Trimmomatic
+INSTALLATION_DIRS=	lib/java share/Trimmomatic
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/trimmomatic-0.35.jar ${DESTDIR}${PREFIX}/lib/java/trimmomatic.jar


Home | Main Index | Thread Index | Old Index