diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 16:07:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 16:07:33 +0000 |
commit | 587e1972b2b4904bf6346a11e7c57f1d0e0e6008 (patch) | |
tree | 59093804b193fd125048fd19525654e8df2cd24b | |
parent | 633123b9e4d21c0806c19b6b35c6af86ed4630ab (diff) | |
download | ports-587e1972b2b4904bf6346a11e7c57f1d0e0e6008.tar.gz ports-587e1972b2b4904bf6346a11e7c57f1d0e0e6008.zip |
lang/ruby*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after 9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
-rw-r--r-- | lang/ruby31/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby32/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby33/Makefile | 1 |
3 files changed, 0 insertions, 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 \ |