pkgsrc-WIP-changes archive

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

bowtie: Fix docs location



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 14 12:18:40 2018 -0500
Changeset:	9822867849fc4c457ef36b57580eeae76dbdfe4f

Modified Files:
	bowtie/Makefile
	bowtie/PLIST

Log Message:
bowtie: Fix docs location

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

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

diffstat:
 bowtie/Makefile |  2 +-
 bowtie/PLIST    | 59 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 31 insertions(+), 30 deletions(-)

diffs:
diff --git a/bowtie/Makefile b/bowtie/Makefile
index 3afdbe0f04..1454e9ed09 100644
--- a/bowtie/Makefile
+++ b/bowtie/Makefile
@@ -31,7 +31,7 @@ SUBST_FILES.lock_guard=	hit.h log.h
 SUBST_SED.lock_guard=	-e 's|lock_guard<MUTEX_T>|tthread::lock_guard<MUTEX_T>|g'
 
 DATADIR=	${PREFIX}/share/bowtie
-DOCSDIR=	${PREFIX}/share/docs/bowtie
+DOCSDIR=	${PREFIX}/share/doc/bowtie
 
 INSTALLATION_DIRS=	bin share/bowtie share/docs/bowtie
 
diff --git a/bowtie/PLIST b/bowtie/PLIST
index 26a0cc5a02..483a68db8a 100644
--- a/bowtie/PLIST
+++ b/bowtie/PLIST
@@ -59,32 +59,33 @@ share/bowtie/reads/e_coli_1000_1.fa
 share/bowtie/reads/e_coli_1000_1.fq
 share/bowtie/reads/e_coli_1000_2.fa
 share/bowtie/reads/e_coli_1000_2.fq
-share/docs/bowtie/README
-share/docs/bowtie/manual.html
-share/docs/bowtie/release.txt
-share/docs/bowtie/strip_markdown.pl
-share/docs/bowtie/style.css
-share/docs/bowtie/website/css/style.css
-share/docs/bowtie/website/foot.ssi
-share/docs/bowtie/website/images/bowtie_logo.png
-share/docs/bowtie/website/images/osi-certified.gif
-share/docs/bowtie/website/images/sflogo.png
-share/docs/bowtie/website/images/university.small.horizontal.white.png
-share/docs/bowtie/website/index.html
-share/docs/bowtie/website/index.shtml
-share/docs/bowtie/website/latest-version.txt
-share/docs/bowtie/website/manual.html
-share/docs/bowtie/website/manual.shtml
-share/docs/bowtie/website/manual.ssi
-share/docs/bowtie/website/md5s.shtml
-share/docs/bowtie/website/md5s.ssi
-share/docs/bowtie/website/news.shtml
-share/docs/bowtie/website/old_news.ssi
-share/docs/bowtie/website/other_tools.shtml
-share/docs/bowtie/website/other_tools.ssi
-share/docs/bowtie/website/push_langmead.sh
-share/docs/bowtie/website/recent_news.ssi
-share/docs/bowtie/website/rhsidebar.ssi
-share/docs/bowtie/website/top.ssi
-share/docs/bowtie/website/tutorial.html
-share/docs/bowtie/website/tutorial.shtml
+share/doc/bowtie/README
+share/doc/bowtie/manual.html
+share/doc/bowtie/release.txt
+share/doc/bowtie/strip_markdown.pl
+share/doc/bowtie/style.css
+share/doc/bowtie/website/css/style.css
+share/doc/bowtie/website/foot.ssi
+share/doc/bowtie/website/images/bowtie_logo.png
+share/doc/bowtie/website/images/osi-certified.gif
+share/doc/bowtie/website/images/sflogo.png
+share/doc/bowtie/website/images/university.small.horizontal.white.png
+share/doc/bowtie/website/index.html
+share/doc/bowtie/website/index.shtml
+share/doc/bowtie/website/latest-version.txt
+share/doc/bowtie/website/manual.html
+share/doc/bowtie/website/manual.shtml
+share/doc/bowtie/website/manual.ssi
+share/doc/bowtie/website/md5s.shtml
+share/doc/bowtie/website/md5s.ssi
+share/doc/bowtie/website/news.shtml
+share/doc/bowtie/website/old_news.ssi
+share/doc/bowtie/website/other_tools.shtml
+share/doc/bowtie/website/other_tools.ssi
+share/doc/bowtie/website/push_langmead.sh
+share/doc/bowtie/website/recent_news.ssi
+share/doc/bowtie/website/rhsidebar.ssi
+share/doc/bowtie/website/top.ssi
+share/doc/bowtie/website/tutorial.html
+share/doc/bowtie/website/tutorial.shtml
+@pkgdir share/docs/bowtie


Home | Main Index | Thread Index | Old Index