mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
ca5c9c29a9
commit
bcd2ac7f76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1179
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue