diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-25 21:04:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-25 21:04:50 +0000 |
commit | 7181051572bc46379e504da875a39641563d7a0f (patch) | |
tree | 30a626cc92380ff0038cc45102f37a7eb537bba9 /shells/fd/Makefile | |
parent | Unbreak: don't clobber the system's strcasestr() function. (diff) |
Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')
Bump PORTREVISION accordingly.
Notes
Notes:
svn path=/head/; revision=56651
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 33ef514bb589..362c18b0f1dd 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -7,6 +7,7 @@ PORTNAME= fd PORTVERSION= 2.00a +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/ |