diff options
author | tg <tg@FreeBSD.org> | 2001-05-04 19:03:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-04 19:03:58 +0800 |
commit | 9c76d37ec3649cfd1bd4534b211b5266f8adf9b7 (patch) | |
tree | 48f1ee5b263bab5029d393ae334768549f5d9e7b /databases | |
parent | eaceb5ee5369f477490c50bd5caa2d7001ed755c (diff) | |
download | freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.tar.gz freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.tar.zst freebsd-ports-gnome-9c76d37ec3649cfd1bd4534b211b5266f8adf9b7.zip |
Use the same MASTER_SITES as lang/python.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 699a799b87ca..f63dd804b8b0 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -8,8 +8,8 @@ PORTNAME= gdbm PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= databases python -MASTER_SITES= ftp://www.python.org/pub/python/src/ \ - ftp://ftp.cwi.nl/pub/python/src/ +MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ + http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} |