Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 16:07:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 587e1972b2b4 - main - lang/ruby*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
Message-ID:  <202404131607.43DG7dVN002529@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=587e1972b2b4904bf6346a11e7c57f1d0e0e6008

commit 587e1972b2b4904bf6346a11e7c57f1d0e0e6008
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 16:07:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 16:07:33 +0000

    lang/ruby*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
---
 lang/ruby31/Makefile | 1 -
 lang/ruby32/Makefile | 1 -
 lang/ruby33/Makefile | 1 -
 3 files changed, 3 deletions(-)

diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile
index 750ad893b761..65b2ee64ca19 100644
--- a/lang/ruby31/Makefile
+++ b/lang/ruby31/Makefile
@@ -27,7 +27,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-install-static-library \
diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile
index 0de12e2ad65d..846728ac4f45 100644
--- a/lang/ruby32/Makefile
+++ b/lang/ruby32/Makefile
@@ -26,7 +26,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-install-static-library \
diff --git a/lang/ruby33/Makefile b/lang/ruby33/Makefile
index 21949fe60944..e72ce6ad9c15 100644
--- a/lang/ruby33/Makefile
+++ b/lang/ruby33/Makefile
@@ -27,7 +27,6 @@ CPE_UPDATE=	p${RUBY_PATCHLEVEL}
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} \
 		--disable-rpath \
 		--enable-install-static-library \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131607.43DG7dVN002529>