Date: Sat, 24 Feb 2024 19:25:54 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: dc3283a0f2d2 - main - editors/pico-alpine: Moved man to share/man Message-ID: <202402241925.41OJPswD018065@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=dc3283a0f2d242649c79809a842fe1ed5f917852 commit dc3283a0f2d242649c79809a842fe1ed5f917852 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:10:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:25:29 +0000 editors/pico-alpine: Moved man to share/man Approved by: portmgr (blanket) --- editors/pico-alpine/Makefile | 2 +- editors/pico-alpine/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile index 90db4fccf271..4ffd74695ee9 100644 --- a/editors/pico-alpine/Makefile +++ b/editors/pico-alpine/Makefile @@ -1,5 +1,5 @@ PORTNAME= pico-alpine -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= editors DISTNAME= alpine-${PORTVERSION} diff --git a/editors/pico-alpine/pkg-plist b/editors/pico-alpine/pkg-plist index ef8bc41edcb8..9a302bae4190 100644 --- a/editors/pico-alpine/pkg-plist +++ b/editors/pico-alpine/pkg-plist @@ -1,4 +1,4 @@ bin/pico bin/pilot -man/man1/pico.1.gz -man/man1/pilot.1.gz +share/man/man1/pico.1.gz +share/man/man1/pilot.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241925.41OJPswD018065>