summaryrefslogtreecommitdiff
path: root/databases/py-pysqlite20
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-11-07 02:36:07 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-11-07 02:36:07 +0000
commitbddfe5e56c9d773489e6b6a927e5c62c850c999a (patch)
tree0146ab7d43a51c5cc4ae456efba73f71b65c0bc3 /databases/py-pysqlite20
parentAdd two more MASTER_SITES (diff)
Add more one MASTER_SITES
Notified by: kris
Notes
Notes: svn path=/head/; revision=147479
Diffstat (limited to 'databases/py-pysqlite20')
-rw-r--r--databases/py-pysqlite20/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile
index 38d420837f8d..38d026760eb1 100644
--- a/databases/py-pysqlite20/Makefile
+++ b/databases/py-pysqlite20/Makefile
@@ -8,7 +8,9 @@
PORTNAME= pysqlite
PORTVERSION= 2.0.5
CATEGORIES= databases python
-MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/
+MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ \
+ ${MASTER_SITE_GENTOO}
+MASTER_SITE_SUBDIR= distfiles
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mnag@FreeBSD.org