mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add missing files to pkg-plist.
Pointed out by: QAT
This commit is contained in:
parent
caa7d52165
commit
a4a1314486
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221324
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user