Add missing files to pkg-plist.

Pointed out by:	QAT
This commit is contained in:
Akinori MUSHA 2008-10-08 08:44:28 +00:00
parent caa7d52165
commit a4a1314486
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221324
2 changed files with 3 additions and 0 deletions

View File

@ -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/

View File

@ -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