diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-31 07:08:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-31 07:08:47 +0800 |
commit | a95c086d3897c13b930dee7ebc90ed705034837b (patch) | |
tree | 881092ac3e390c6cb1cd758d7458f44646cfb836 | |
parent | 8265906b3dde129d7394797a765430148492a53d (diff) | |
download | freebsd-ports-gnome-a95c086d3897c13b930dee7ebc90ed705034837b.tar.gz freebsd-ports-gnome-a95c086d3897c13b930dee7ebc90ed705034837b.tar.zst freebsd-ports-gnome-a95c086d3897c13b930dee7ebc90ed705034837b.zip |
- Fix pkg-plist, got the wrong version before
Reported by: pointyhat via pav
-rw-r--r-- | biology/ruby-bio/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/biology/ruby-bio/pkg-plist b/biology/ruby-bio/pkg-plist index bbaec264ae59..45398963167e 100644 --- a/biology/ruby-bio/pkg-plist +++ b/biology/ruby-bio/pkg-plist @@ -1,3 +1,10 @@ +%%RUBY_DOCDIR%%/bio/ChangeLog +%%RUBY_DOCDIR%%/bio/Changes-0.7.rd +%%RUBY_DOCDIR%%/bio/KEGG_API.rd +%%RUBY_DOCDIR%%/bio/README.rdoc +%%RUBY_DOCDIR%%/bio/Tutorial.rd +%%RUBY_DOCDIR%%/bio/ja/KEGG_API.rd.ja +%%RUBY_DOCDIR%%/bio/ja/Tutorial.rd.ja %%RUBY_EXAMPLESDIR%%/bio/any2fasta.rb %%RUBY_EXAMPLESDIR%%/bio/biofetch.rb %%RUBY_EXAMPLESDIR%%/bio/color_scheme_na.rb @@ -384,3 +391,5 @@ etc/bioinformatics/seqdatabase.ini.sample @dirrm %%RUBY_SITELIBDIR%%/bio/appl @dirrm %%RUBY_SITELIBDIR%%/bio @dirrm %%RUBY_EXAMPLESDIR%%/bio +@dirrm %%RUBY_DOCDIR%%/bio/ja +@dirrm %%RUBY_DOCDIR%%/bio |