git: b6a95261cc31 - main - devel/libpcl: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 10:49:01 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6a95261cc311e884553953aa32c9ec67c13aca1
commit b6a95261cc311e884553953aa32c9ec67c13aca1
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 10:17:31 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 10:48:39 +0000
devel/libpcl: Move man pages to share/man
Approved by: portmgr (blanket)
---
devel/libpcl/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/libpcl/Makefile b/devel/libpcl/Makefile
index 5cd6c2be1922..81abf851c701 100644
--- a/devel/libpcl/Makefile
+++ b/devel/libpcl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libpcl
DISTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://xmailserver.org/
DISTNAME= pcl-${DISTVERSION}
@@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
@@ -20,6 +22,6 @@ PLIST_FILES= include/pcl.h \
lib/libpcl.so \
lib/libpcl.so.1 \
lib/libpcl.so.1.0.11 \
- man/man3/pcl.3.gz
+ share/man/man3/pcl.3.gz
.include <bsd.port.mk>