Date: Sun, 25 Feb 2024 11:33:10 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a0cf5a8b2c75 - main - news/pan: Moved man to share/man Message-ID: <202402251133.41PBXAVo068735@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 commit a0cf5a8b2c75c22fe9e9bce3bc7d011fd436ae51 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:24:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:40 +0000 news/pan: Moved man to share/man Approved by: portmgr (blanket) --- news/pan/Makefile | 3 ++- news/pan/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/news/pan/Makefile b/news/pan/Makefile index 7be53e785a3b..41b9a1e4aeac 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,6 +1,6 @@ PORTNAME= pan PORTVERSION= 0.145 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 @@ -25,6 +25,7 @@ USE_CXXSTD= c++14 USE_GNOME= cairo gdkpixbuf2 intlhack GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= ${ICONV_LIB} diff --git a/news/pan/pkg-plist b/news/pan/pkg-plist index e6a6060c2365..5ab857e150cb 100644 --- a/news/pan/pkg-plist +++ b/news/pan/pkg-plist @@ -1,5 +1,5 @@ bin/pan -man/man1/pan.1.gz +share/man/man1/pan.1.gz share/applications/pan.desktop share/appdata/pan.appdata.xml share/icons/hicolor/16x16/apps/pan.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251133.41PBXAVo068735>