Date: Sat, 24 Feb 2024 09:03:42 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: 498a6dc22676 - main - graphics/aview: Moved man to share/man Message-ID: <202402240903.41O93gGS060685@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=498a6dc22676bbae39cf6adcf4bbc1e2b3fb8f28 commit 498a6dc22676bbae39cf6adcf4bbc1e2b3fb8f28 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:40:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:03:14 +0000 graphics/aview: Moved man to share/man Approved by: portmgr (blanket) --- graphics/aview/Makefile | 3 ++- graphics/aview/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 3e37f76d7874..8f9970c2e6a2 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -1,6 +1,6 @@ PORTNAME= aview DISTVERSION= 1.3.0rc1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/aa-project/${PORTNAME}/${DISTVERSION} @@ -16,6 +16,7 @@ USES= magick:6,run WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-x=no post-patch: diff --git a/graphics/aview/pkg-plist b/graphics/aview/pkg-plist index 380fae426c7d..27715290f98a 100644 --- a/graphics/aview/pkg-plist +++ b/graphics/aview/pkg-plist @@ -1,5 +1,5 @@ bin/aview bin/asciiview bin/aaflip -man/man1/asciiview.1.gz -man/man1/aview.1.gz +share/man/man1/asciiview.1.gz +share/man/man1/aview.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240903.41O93gGS060685>