aboutsummaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-gdbm/Makefile')
-rw-r--r--databases/py-gdbm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index e3dcdd110e0f..d0cc8ba5aac4 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -8,12 +8,12 @@
PORTNAME= gdbm
PORTVERSION= ${PYTHON_PORTVERSION}
CATEGORIES= databases python
-MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \
- http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_PYTHON}
+MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= ${PYTHON_DISTFILE}
-MAINTAINER= tg@FreeBSD.org
+MAINTAINER= perky@FreeBSD.org
COMMENT= Python bindings to the GNU dbm library
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
@@ -22,6 +22,7 @@ DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${PYTHON_WRKSRC}/Modules
+MD5_FILE= ${PORTSDIR}/lang/python/distinfo
post-extract:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}