pkgsrc-WIP-changes archive

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

bowtie2: Remove unnecessary bin from INSTALLATION_DIRS



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Dec 17 09:33:33 2021 -0600
Changeset:	3406035ac83134b8eed1a5f22191c1a0fc7aa69f

Modified Files:
	bowtie2/Makefile

Log Message:
bowtie2: Remove unnecessary bin from INSTALLATION_DIRS

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

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

diffstat:
 bowtie2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bowtie2/Makefile b/bowtie2/Makefile
index b1aedd076b..56329c4993 100644
--- a/bowtie2/Makefile
+++ b/bowtie2/Makefile
@@ -19,7 +19,7 @@ REPLACE_SH=	scripts/bowtie2-hbb.sh
 DATADIR=	${PREFIX}/share/bowtie2
 EXAMPLESDIR=	${PREFIX}/share/examples/bowtie2
 
-INSTALLATION_DIRS=	bin share/bowtie2/scripts share/examples/bowtie2
+INSTALLATION_DIRS=	share/bowtie2/scripts share/examples/bowtie2
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.sh ${WRKSRC}/scripts/*.pl \


Home | Main Index | Thread Index | Old Index