diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 02:36:07 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 02:36:07 +0000 |
commit | bddfe5e56c9d773489e6b6a927e5c62c850c999a (patch) | |
tree | 0146ab7d43a51c5cc4ae456efba73f71b65c0bc3 /databases/py-pysqlite22 | |
parent | 7b2621b248d9ecbc055af95c93404e1ed70ae151 (diff) | |
download | ports-bddfe5e56c9d773489e6b6a927e5c62c850c999a.tar.gz ports-bddfe5e56c9d773489e6b6a927e5c62c850c999a.zip |
Notes
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 |