git: b8d2eb3fdf45 - main - devel/pcl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 14:50:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8d2eb3fdf45580a1dda91063f65d9a49975158b commit b8d2eb3fdf45580a1dda91063f65d9a49975158b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 13:56:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 14:49:51 +0000 devel/pcl: Moved man to share/man Approved by: portmgr (blanket) --- devel/pcl/Makefile | 3 ++- devel/pcl/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/pcl/Makefile b/devel/pcl/Makefile index bd55c0a03e37..6d334eb6a8b4 100644 --- a/devel/pcl/Makefile +++ b/devel/pcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcl PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.xmailserver.org/ @@ -10,6 +10,7 @@ WWW= http://www.xmailserver.org/libpcl.html USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} diff --git a/devel/pcl/pkg-plist b/devel/pcl/pkg-plist index 610a8607c599..af0a8d1cdf95 100644 --- a/devel/pcl/pkg-plist +++ b/devel/pcl/pkg-plist @@ -3,4 +3,4 @@ lib/libpcl.a lib/libpcl.so lib/libpcl.so.1 lib/libpcl.so.1.0.6 -man/man3/pcl.3.gz +share/man/man3/pcl.3.gz