diff options
author | gahr <gahr@FreeBSD.org> | 2017-01-10 16:45:23 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-01-10 16:45:23 +0800 |
commit | ad2d72b7613190d62c58483d73a55bb9cf7ed4fb (patch) | |
tree | 983c170fd87b5d71959b1a6a09910bf48ad3e6a5 /lang/expect | |
parent | a402dcda9e4c5d375f94e59c9843f24dce6aedda (diff) | |
download | freebsd-ports-gnome-ad2d72b7613190d62c58483d73a55bb9cf7ed4fb.tar.gz freebsd-ports-gnome-ad2d72b7613190d62c58483d73a55bb9cf7ed4fb.tar.zst freebsd-ports-gnome-ad2d72b7613190d62c58483d73a55bb9cf7ed4fb.zip |
lang/expect: fix WWW line in pkg-descr
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/pkg-descr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/expect/pkg-descr b/lang/expect/pkg-descr index ae5dcfc54a97..149a904d9146 100644 --- a/lang/expect/pkg-descr +++ b/lang/expect/pkg-descr @@ -4,5 +4,4 @@ interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). -WWW: http://expect.nist.gov/ -FAQ: http://expect.nist.gov/FAQ.html +WWW: http://expect.sourceforge.net |