diff options
author | knu <knu@FreeBSD.org> | 2003-11-20 05:09:20 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-20 05:09:20 +0000 |
commit | c36a6019d8476cb70b8147bf72c7ed9d4c768140 (patch) | |
tree | 882311becc2f34e1e9d9a665edd4c952c2065427 /shells/fd/Makefile | |
parent | fe3c38e500baf34f3a9a6e379b2052a1f836f0f9 (diff) | |
download | FreeBSD-ports-c36a6019d8476cb70b8147bf72c7ed9d4c768140.zip FreeBSD-ports-c36a6019d8476cb70b8147bf72c7ed9d4c768140.tar.gz |
Apply a patch that fixes segv in group lookups.
Obtained from: [FDclone-users:00244]
Diffstat (limited to 'shells/fd/Makefile')
-rw-r--r-- | shells/fd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 6a209a9..8024758 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -7,6 +7,7 @@ PORTNAME= fd PORTVERSION= 2.04c +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ |