aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2005-11-18 01:04:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2005-11-18 01:04:33 +0000
commit87e1c2573eb25c2141f234d3a0c5bb95e56e3d02 (patch)
treeca24cf9889fdbf781a9306bf7890c1c58ef7caac /shells
parent1b6e0f60c7efb55234bc8edea3a8487eb7836e7f (diff)
downloadports-87e1c2573eb25c2141f234d3a0c5bb95e56e3d02.tar.gz
ports-87e1c2573eb25c2141f234d3a0c5bb95e56e3d02.zip
Add a missing man page to MAN1.
Noticed by: kris
Notes
Notes: svn path=/head/; revision=148695
Diffstat (limited to 'shells')
-rw-r--r--shells/fd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index dafaa7ec710b..07da0164e540 100644
--- a/shells/fd/Makefile
+++ b/shells/fd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fd
PORTVERSION= 2.07b
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
ftp://ftp.unixusers.net/src/fdclone/
@@ -19,7 +20,7 @@ COMMENT= A CUI-based file and directory management tool
USE_REINPLACE= yes
MANLANG= "" ja
-MAN1= fd.1
+MAN1= fd.1 fdsh.1
MAKE_ENV= LANG=ja
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CONFDIR="${PREFIX}/etc"