Skip to content

Commit

Permalink
lang/ruby32: Sort PLIST
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 165185b commit 33a0cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions lang/ruby32/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ruby
DISTVERSION= ${RUBY_DISTVERSION}
PORTREVISION= ${RUBY_PORTREVISION}
PORTVERSION= ${RUBY_DISTVERSION}
PORTEPOCH= ${RUBY_PORTEPOCH}
CATEGORIES= lang ruby
MASTER_SITES= RUBY/${MASTER_SITE_SUBDIR_RUBY}
Expand Down
10 changes: 5 additions & 5 deletions lang/ruby32/pkg-plist
Expand Up @@ -1045,9 +1045,10 @@ lib/libruby%%RUBY_SHLIBVER%%.so.%%RUBY_SHLIBVER%%
%%RUBY_LIBDIR%%/yaml.rb
%%RUBY_LIBDIR%%/yaml/dbm.rb
%%RUBY_LIBDIR%%/yaml/store.rb
@dir %%RUBY_SITEARCHLIBDIR%%
@dir %%RUBY_VENDORARCHLIBDIR%%
libdata/pkgconfig/ruby-%%RUBY_VER%%.pc
%%IF_DEFAULT%%share/man/man1/ruby.1.gz
share/man/man1/ruby%%RUBY_SUFFIX%%.1.gz
%%NO_CAPIDOCS%%%%NO_DOCS%%%%RDOC%%@dir %%RUBY_DOCDIR%%
%%DOCS%%%%RUBY_DOCDIR%%/COPYING
%%DOCS%%%%RUBY_DOCDIR%%/COPYING.ja
%%DOCS%%%%RUBY_DOCDIR%%/ChangeLog
Expand Down Expand Up @@ -13357,8 +13358,7 @@ share/man/man1/ruby%%RUBY_SUFFIX%%.1.gz
%%RDOC%%%%RUBY_RIDIR%%/syntax/page-precedence_rdoc.ri
%%RDOC%%%%RUBY_RIDIR%%/syntax/page-refinements_rdoc.ri
%%RDOC%%%%RUBY_RIDIR%%/win32/page-README_win32.ri
@dir %%RUBY_SITEARCHLIBDIR%%
@dir %%RUBY_VENDORARCHLIBDIR%%
%%NO_CAPIDOCS%%%%NO_DOCS%%%%RDOC%%@dir %%RUBY_DOCDIR%%
%%IF_DEFAULT%%share/man/man1/ruby.1.gz
share/man/man1/ruby%%RUBY_SUFFIX%%.1.gz
%%RDOC%%@dir %%RUBY_SITERIDIR%%
%%RDOC%%@dir %%RUBY_RIDIR%%

0 comments on commit 33a0cb7

Please sign in to comment.