diff options
author | asami <asami@FreeBSD.org> | 1995-03-22 11:30:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-22 11:30:50 +0800 |
commit | d7c62032d3708fcfa1c05a7cb8c67ff89cf8a32d (patch) | |
tree | b4880791b7a6eea81bd529991a1adcdd6660d22e /misc/mshell | |
parent | f81609e643c95361924e6b47ea7b257fa622dfa1 (diff) | |
download | freebsd-ports-gnome-d7c62032d3708fcfa1c05a7cb8c67ff89cf8a32d.tar.gz freebsd-ports-gnome-d7c62032d3708fcfa1c05a7cb8c67ff89cf8a32d.tar.zst freebsd-ports-gnome-d7c62032d3708fcfa1c05a7cb8c67ff89cf8a32d.zip |
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')
-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 |