diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 13:43:04 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 13:43:04 +0000 |
commit | 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c (patch) | |
tree | 0ad08ac69e6271249eabb4fbd90724971974efeb | |
parent | dfaf097b7855d129f5b4f7f93e821d20929fb801 (diff) |
-rw-r--r-- | shells/fd/Makefile | 2 | ||||
-rw-r--r-- | 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 |