diff options
author | knu <knu@FreeBSD.org> | 2008-10-08 16:44:28 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2008-10-08 16:44:28 +0800 |
commit | 49c927da499fb3e3c1d56b4724d5615e3e25699d (patch) | |
tree | 269a1025589da49b77990d433285689d66fa8133 /shells | |
parent | 27353c08c497e5544ddec23243c9e639b1c88cc6 (diff) | |
download | freebsd-ports-gnome-49c927da499fb3e3c1d56b4724d5615e3e25699d.tar.gz freebsd-ports-gnome-49c927da499fb3e3c1d56b4724d5615e3e25699d.tar.zst freebsd-ports-gnome-49c927da499fb3e3c1d56b4724d5615e3e25699d.zip |
Add missing files to pkg-plist.
Pointed out by: QAT
Diffstat (limited to 'shells')
-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 |