aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2005-11-18 09:04:33 +0800
committerknu <knu@FreeBSD.org>2005-11-18 09:04:33 +0800
commit29a146b711c7569d3fe22dfb21b9fc5a9e7c2e98 (patch)
tree8adfa9251fbf1acff5c2a955c0093a1510307f36 /shells
parentfcc5ed998fc2cd2eb10ccb8acaa25fc31f688c0d (diff)
downloadfreebsd-ports-gnome-29a146b711c7569d3fe22dfb21b9fc5a9e7c2e98.tar.gz
freebsd-ports-gnome-29a146b711c7569d3fe22dfb21b9fc5a9e7c2e98.tar.zst
freebsd-ports-gnome-29a146b711c7569d3fe22dfb21b9fc5a9e7c2e98.zip
Add a missing man page to MAN1.
Noticed by: kris
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"