1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Chase bento to pointyhat

This commit is contained in:
Kris Kennaway 2004-07-14 08:28:35 +00:00
parent 3a7c8c1833
commit 71b501c979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113604

View File

@ -75,5 +75,5 @@ buildenv () {
if [ "X${FETCH_ORIGINAL}" = "X" ]; then
export MASTER_SITE_OVERRIDE='ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/'
fi
export MASTER_SITE_OVERRIDE="${MASTER_SITE_OVERRIDE} ftp://bento.freebsd.org/pub/FreeBSD/distfiles/\${DIST_SUBDIR}/"
export MASTER_SITE_OVERRIDE="${MASTER_SITE_OVERRIDE} ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/\${DIST_SUBDIR}/"
}