git: 8894a86a45be - main - shells/fd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 13:46:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c commit 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:43:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:43:04 +0000 shells/fd: Moved man to share/man Approved by: portmgr (blanket) --- shells/fd/Makefile | 2 ++ shells/fd/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 6954b0b8ae16..8c5faa45d393 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -1,5 +1,6 @@ PORTNAME= fd PORTVERSION= 3.01j +PORTREVISION= 1 CATEGORIES= shells net MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.unixusers.net/src/fdclone/ @@ -13,6 +14,7 @@ USE_LOCALE= ja MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ PREFIX="\$$(DESTDIR)${PREFIX}" \ CONFDIR="\$$(DESTDIR)${PREFIX}/etc" \ + MANTOP="\$$(DESTDIR)${PREFIX}/share/man" \ CONFLICTS_INSTALL= fd-find # bin/fd diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist index f972d19b66ac..a76522783956 100644 --- a/shells/fd/pkg-plist +++ b/shells/fd/pkg-plist @@ -6,10 +6,10 @@ bin/fd-dict.tbl bin/fd-unicd.tbl etc/fd2rc.dist @sample etc/fd2rc.sample -man/ja/man1/fd.1.gz -man/ja/man1/fdsh.1.gz -man/man1/fd.1.gz -man/man1/fdsh.1.gz +share/man/ja/man1/fd.1.gz +share/man/ja/man1/fdsh.1.gz +share/man/man1/fd.1.gz +share/man/man1/fdsh.1.gz %%PORTDOCS%%share/doc/ja/fd/FAQ %%PORTDOCS%%share/doc/ja/fd/HISTORY %%PORTDOCS%%share/doc/ja/fd/LICENSES