mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
shells/fd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
dfaf097b78
commit
8894a86a45
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= fd
|
PORTNAME= fd
|
||||||
PORTVERSION= 3.01j
|
PORTVERSION= 3.01j
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= shells net
|
CATEGORIES= shells net
|
||||||
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
|
||||||
ftp://ftp.unixusers.net/src/fdclone/
|
ftp://ftp.unixusers.net/src/fdclone/
|
||||||
|
@ -13,6 +14,7 @@ USE_LOCALE= ja
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||||
PREFIX="\$$(DESTDIR)${PREFIX}" \
|
PREFIX="\$$(DESTDIR)${PREFIX}" \
|
||||||
CONFDIR="\$$(DESTDIR)${PREFIX}/etc" \
|
CONFDIR="\$$(DESTDIR)${PREFIX}/etc" \
|
||||||
|
MANTOP="\$$(DESTDIR)${PREFIX}/share/man" \
|
||||||
|
|
||||||
CONFLICTS_INSTALL= fd-find # bin/fd
|
CONFLICTS_INSTALL= fd-find # bin/fd
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,10 @@ bin/fd-dict.tbl
|
||||||
bin/fd-unicd.tbl
|
bin/fd-unicd.tbl
|
||||||
etc/fd2rc.dist
|
etc/fd2rc.dist
|
||||||
@sample etc/fd2rc.sample
|
@sample etc/fd2rc.sample
|
||||||
man/ja/man1/fd.1.gz
|
share/man/ja/man1/fd.1.gz
|
||||||
man/ja/man1/fdsh.1.gz
|
share/man/ja/man1/fdsh.1.gz
|
||||||
man/man1/fd.1.gz
|
share/man/man1/fd.1.gz
|
||||||
man/man1/fdsh.1.gz
|
share/man/man1/fdsh.1.gz
|
||||||
%%PORTDOCS%%share/doc/ja/fd/FAQ
|
%%PORTDOCS%%share/doc/ja/fd/FAQ
|
||||||
%%PORTDOCS%%share/doc/ja/fd/HISTORY
|
%%PORTDOCS%%share/doc/ja/fd/HISTORY
|
||||||
%%PORTDOCS%%share/doc/ja/fd/LICENSES
|
%%PORTDOCS%%share/doc/ja/fd/LICENSES
|
||||||
|
|
Loading…
Add table
Reference in a new issue