pkgsrc-WIP-changes archive

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

bowtie2: Don't install web docs



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 20 19:22:30 2021 -0600
Changeset:	9418452b1cf26fee3f97270e6753b5705541fb05

Modified Files:
	bowtie2/Makefile
	bowtie2/PLIST

Log Message:
bowtie2: Don't install web docs

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

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

diffstat:
 bowtie2/Makefile |  6 +-----
 bowtie2/PLIST    | 23 -----------------------
 2 files changed, 1 insertion(+), 28 deletions(-)

diffs:
diff --git a/bowtie2/Makefile b/bowtie2/Makefile
index d62ed8ca28..9b28696662 100644
--- a/bowtie2/Makefile
+++ b/bowtie2/Makefile
@@ -19,12 +19,9 @@ REPLACE_PYTHON=	bowtie2-build bowtie2-inspect
 MAKE_FLAGS+=	NO_TBB=1
 
 DATADIR=	${PREFIX}/share/bowtie2
-DOCSDIR=	${PREFIX}/share/doc/bowtie2
 EXAMPLESDIR=	${PREFIX}/share/examples/bowtie2
 
-INSTALLATION_DIRS=	share/bowtie2/scripts
-INSTALLATION_DIRS+=	share/doc/bowtie2
-INSTALLATION_DIRS+=	share/examples/bowtie2
+INSTALLATION_DIRS=	share/bowtie2/scripts share/examples/bowtie2
 
 post-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bowtie2*-s ${WRKSRC}/bowtie2*-l \
@@ -33,7 +30,6 @@ post-install:
 		${DESTDIR}${DATADIR}/scripts
 	(cd ${WRKSRC}/example && pax -rw index reads reference \
 		${DESTDIR}${EXAMPLESDIR})
-	(cd ${WRKSRC}/doc && pax -rw * ${DESTDIR}${DOCSDIR})
 
 .include "../../lang/python/application.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/bowtie2/PLIST b/bowtie2/PLIST
index b6d250260e..902f4663c1 100644
--- a/bowtie2/PLIST
+++ b/bowtie2/PLIST
@@ -29,29 +29,6 @@ share/bowtie2/scripts/make_mm10.sh
 share/bowtie2/scripts/make_mm9.sh
 share/bowtie2/scripts/make_rn4.sh
 share/bowtie2/scripts/make_s_cerevisiae.sh
-share/doc/bowtie2/README
-share/doc/bowtie2/images/bowtie_logo.png
-share/doc/bowtie2/images/osi-certified.gif
-share/doc/bowtie2/images/sflogo.png
-share/doc/bowtie2/images/university.small.horizontal.white.png
-share/doc/bowtie2/manual.html
-share/doc/bowtie2/release.txt
-share/doc/bowtie2/style.css
-share/doc/bowtie2/website/faq.shtml
-share/doc/bowtie2/website/faq.ssi
-share/doc/bowtie2/website/foot.ssi
-share/doc/bowtie2/website/index.html
-share/doc/bowtie2/website/index.shtml
-share/doc/bowtie2/website/manual.shtml
-share/doc/bowtie2/website/manual.ssi
-share/doc/bowtie2/website/news.shtml
-share/doc/bowtie2/website/old_news.ssi
-share/doc/bowtie2/website/other_tools.shtml
-share/doc/bowtie2/website/push.sh
-share/doc/bowtie2/website/push_images.sh
-share/doc/bowtie2/website/recent_news.ssi
-share/doc/bowtie2/website/rhsidebar.ssi
-share/doc/bowtie2/website/top.ssi
 share/examples/bowtie2/index/lambda_virus.1.bt2
 share/examples/bowtie2/index/lambda_virus.2.bt2
 share/examples/bowtie2/index/lambda_virus.3.bt2


Home | Main Index | Thread Index | Old Index