Change MASTER_SITES to the new locations.
Add a md5 line for GOLD Version. PR: ports/8715, ports/8788 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>, Jim Mock <jim@phrantic.phear.net>
This commit is contained in:
parent
f8b51dfc12
commit
f13010fed7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14770
2 changed files with 4 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
# Date created: 21 August 1995
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: Makefile,v 1.23 1998/08/24 10:04:12 markm Exp $
|
||||
# $Id: Makefile,v 1.24 1998/11/19 05:17:34 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netscape-3.04
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
|
||||
MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
|
||||
DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.ORG
|
||||
|
@ -17,7 +17,7 @@ NO_LATEST_LINK= yes
|
|||
NO_WRKSUBDIR= yes
|
||||
|
||||
.if defined(GOLD)
|
||||
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
|
||||
MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
|
||||
DIST_SUBDIR= gold
|
||||
PKGNAME= ${DISTNAME}-gold
|
||||
.endif
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (netscape-v304-export.x86-unknown-bsd.tar.gz) = a08bc63c6f1a2e934045be0848c7bb09
|
||||
MD5 (gold/netscape-v304-export.x86-unknown-bsd.tar.gz) = d53200dcbd0bfb1afd2e202d5736f9e0
|
||||
|
|
Loading…
Reference in a new issue