There seems to be a problem with the MASTER_SITE and fetch interacting
badly (distfile truncated). Make first MASTER_SITE my copy on www.freebsd.org. Submitted by: Adam McDougall <mcdougall@ameritech.net>
This commit is contained in:
parent
f2fca9968a
commit
01a7ce0fb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11171
1 changed files with 3 additions and 2 deletions
|
@ -3,12 +3,13 @@
|
|||
# Date created: 04 Apr 1998
|
||||
# Whom: sec@42.org
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/05/27 16:53:56 mph Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sic-0.10a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.stealth.net/~kalt/sic/
|
||||
MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ \
|
||||
http://www.stealth.net/~kalt/sic/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sec@42.org
|
||||
|
|
Loading…
Reference in a new issue