diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-07 10:36:07 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-07 10:36:07 +0800 |
commit | b2f2255f7868d3c37032bc95cab257a0a67a2f23 (patch) | |
tree | d2f4451206ab40e383e70f60cf1ff1c158b5de5d /databases/py-pysqlite22 | |
parent | 430904c5f675f771dfbc85cf17575aa84c78f4bd (diff) | |
download | freebsd-ports-gnome-b2f2255f7868d3c37032bc95cab257a0a67a2f23.tar.gz freebsd-ports-gnome-b2f2255f7868d3c37032bc95cab257a0a67a2f23.tar.zst freebsd-ports-gnome-b2f2255f7868d3c37032bc95cab257a0a67a2f23.zip |
Add more one MASTER_SITES
Notified by: kris
Diffstat (limited to 'databases/py-pysqlite22')
-rw-r--r-- | databases/py-pysqlite22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-pysqlite22/Makefile b/databases/py-pysqlite22/Makefile index 38d420837f8d..38d026760eb1 100644 --- a/databases/py-pysqlite22/Makefile +++ b/databases/py-pysqlite22/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 |