diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-22 03:30:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-22 03:30:50 +0000 |
commit | bcd2ac7f7657ec52d6c20d8113396d79fa981577 (patch) | |
tree | 2430cb03d084b72949c7064455038b1427b9b41c /misc/mshell/Makefile | |
parent | Make the fetch message a little more interesting and informative. (diff) |
Submitted by: dwhite@anshar.shadow.net (Don Whiteside)
In the ports-current/util directory there's a port for mshell. The
Makefile lists the master site as :
src.doc.ic.ac.uk/usenet/alt.sources/articles/7000-7999
Either as a result of a typo or, more likely, a renumbering, the
directory is now 07000-07999, so the install has a fit when it can't find it.
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r-- | misc/mshell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 0880f95790aa..f23281cba529 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -1,6 +1,6 @@ DISTNAME= mshell DISTFILES= 7432.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/7000-7999/ +MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ NO_WRKSUBDIR= yes EXTRACT_COOKIE?= ${.CURDIR}/.extract_done |