- For obtaining a size of ports.tgz, contact ftp-master only from cluster
machines; otherwise contact ftp.FreeBSD.org
This commit is contained in:
parent
f2f1660708
commit
289fcc901f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26495
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/ports/Makefile,v 1.43 2005/11/30 22:41:54 pav Exp $
|
||||
# $FreeBSD: www/en/ports/Makefile,v 1.44 2005/11/30 22:43:47 pav Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
|
@ -56,7 +56,11 @@ Makefile.gen: index.sgml .NOTMAIN
|
|||
${ECHO_CMD} NO_TIDY=${NO_TIDY} >> Makefile.gen
|
||||
.endif
|
||||
|
||||
.if defined(CLUSTER_MACHINE)
|
||||
PORTS_TARGZ_URL?= ftp://ftp-master.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz
|
||||
.else
|
||||
PORTS_TARGZ_URL?= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz
|
||||
.endif
|
||||
|
||||
ports.size:
|
||||
.if defined (NOPORTSNET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue