aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-26 14:25:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-26 15:56:31 +0000
commit8573c02bfa31624971a88362d6662d4f5158e454 (patch)
tree1e00e9be803111b7e5f867f74b0de9af630d34dc
parent87083438718b3917699ff42280ec59de9850a9a4 (diff)
downloadports-8573c02bfa31624971a88362d6662d4f5158e454.tar.gz
ports-8573c02bfa31624971a88362d6662d4f5158e454.zip
devel/libtool: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/libtool/Makefile3
-rw-r--r--devel/libtool/pkg-plist4
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 5e56a6a2af83..77629fdaead2 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libtool
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Generic shared library support script
WWW= https://www.gnu.org/software/libtool/
@@ -13,6 +13,7 @@ BUILD_DEPENDS= gm4:devel/m4
RUN_DEPENDS= gm4:devel/m4
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-ltdl-install
TEST_TARGET= check
diff --git a/devel/libtool/pkg-plist b/devel/libtool/pkg-plist
index e3ab7e6742af..00d72efe25c4 100644
--- a/devel/libtool/pkg-plist
+++ b/devel/libtool/pkg-plist
@@ -1,7 +1,7 @@
bin/libtool
bin/libtoolize
-man/man1/libtool.1.gz
-man/man1/libtoolize.1.gz
+share/man/man1/libtool.1.gz
+share/man/man1/libtoolize.1.gz
share/aclocal/libtool.m4
share/aclocal/ltargz.m4
share/aclocal/ltdl.m4