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.
This commit is contained in:
Satoshi Asami 1995-03-22 03:30:50 +00:00
parent ca5c9c29a9
commit bcd2ac7f76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1179

View file

@ -1,6 +1,6 @@
DISTNAME= mshell DISTNAME= mshell
DISTFILES= 7432.Z 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 NO_WRKSUBDIR= yes
EXTRACT_COOKIE?= ${.CURDIR}/.extract_done EXTRACT_COOKIE?= ${.CURDIR}/.extract_done