summaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-07-31 19:48:34 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-07-31 19:48:34 +0000
commit04b39f4e75824467454cab8d10db950d582b3252 (patch)
tree7cdf6a671bb77fb6aa94efd9472455d84d7edf1d /databases/py-gdbm/Makefile
parent- Update to version 1.5.2 (diff)
- Use ports/lang/python's MD5_FILE.
- Take maintainership Approved by: tg (previous maintainer)
Notes
Notes: svn path=/head/; revision=86074
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}