git: 2eb8223b4efe - main - devel/ruby-gems: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:09:16 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2eb8223b4efeff7bd4592d6081053054b73d8f8f

commit 2eb8223b4efeff7bd4592d6081053054b73d8f8f
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:31:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:55 +0000

    devel/ruby-gems: Cosmetic change
---
 devel/ruby-gems/Makefile  | 8 ++++----
 devel/ruby-gems/pkg-plist | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile
index 25778e0c4406..83c0e0104871 100644
--- a/devel/ruby-gems/Makefile
+++ b/devel/ruby-gems/Makefile
@@ -32,11 +32,11 @@ EXT_DIR=	${GEMS_BASE_DIR}/extensions
 GEMS_DIR=	${GEMS_BASE_DIR}/gems
 SPEC_DIR=	${GEMS_BASE_DIR}/specifications
 
-PLIST_SUB=	GEMS_DIR="${GEMS_DIR}" \
+PLIST_SUB=	CACHE_DIR="${CACHE_DIR}" \
 		DOC_DIR="${DOC_DIR}" \
-		CACHE_DIR="${CACHE_DIR}" \
-		SPEC_DIR="${SPEC_DIR}" \
-		EXT_DIR="${EXT_DIR}"
+		EXT_DIR="${EXT_DIR}" \
+		GEMS_DIR="${GEMS_DIR}" \
+		SPEC_DIR="${SPEC_DIR}"
 
 OPTIONS_DEFINE=	DOCS
 
diff --git a/devel/ruby-gems/pkg-plist b/devel/ruby-gems/pkg-plist
index 37bb05dd8483..3e04be24e353 100644
--- a/devel/ruby-gems/pkg-plist
+++ b/devel/ruby-gems/pkg-plist
@@ -188,8 +188,8 @@ bin/gem%%RUBY_SUFFIX%%
 %%RUBY_SITELIBDIR%%/rubygems/version_option.rb
 %%RUBY_SITELIBDIR%%/ubygems.rb
 @dir lib/ruby/gems/%%RUBY_VER%%/build_info
- at dir %%EXT_DIR%%
 @dir %%CACHE_DIR%%
+ at dir %%DOC_DIR%%
+ at dir %%EXT_DIR%%
 @dir %%GEMS_DIR%%
 @dir %%SPEC_DIR%%
- at dir %%DOC_DIR%%


More information about the dev-commits-ports-main mailing list