- Update the distribution site to ftp.freebsd.org's local-distfiles that my
former employer finally removed it from their ftp site a year after I left.
This commit is contained in:
parent
fecf5b4974
commit
0b5608f2df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38816
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= jdk
|
||||
PORTVERSION= ${JDK_VERSION}
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/ \
|
||||
http://www.freebsd.org/java/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= nate/JDK1.1
|
||||
|
||||
MAINTAINER= nate@FreeBSD.org
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
PORTNAME= jdk
|
||||
PORTVERSION= ${JDK_VERSION}
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/ \
|
||||
http://www.freebsd.org/java/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= nate/JDK1.1
|
||||
|
||||
MAINTAINER= nate@FreeBSD.org
|
||||
|
||||
|
|
Loading…
Reference in a new issue