diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2008-10-08 08:44:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2008-10-08 08:44:28 +0000 |
commit | a4a1314486b912f61a626edae2c413cba6a59268 (patch) | |
tree | 1aac519133cd62ca30b18055132158a01be76082 /shells/fd | |
parent | caa7d52165c9b7044b362708cf7531b63b46ff1d (diff) | |
download | ports-a4a1314486b912f61a626edae2c413cba6a59268.tar.gz ports-a4a1314486b912f61a626edae2c413cba6a59268.zip |
Notes
Diffstat (limited to 'shells/fd')
-rw-r--r-- | shells/fd/Makefile | 1 | ||||
-rw-r--r-- | shells/fd/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 6467a9cc556d..03e58632f955 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -7,6 +7,7 @@ PORTNAME= fd PORTVERSION= 3.00c +PORTREVISION= 1 CATEGORIES= shells net MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.unixusers.net/src/fdclone/ diff --git a/shells/fd/pkg-plist b/shells/fd/pkg-plist index 69db502b3833..dd15e5d46116 100644 --- a/shells/fd/pkg-plist +++ b/shells/fd/pkg-plist @@ -1,4 +1,6 @@ bin/fd +bin/fd-cat.C +bin/fd-cat.ja bin/fdsh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak |