diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-22 23:06:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-22 23:06:52 +0000 |
commit | b4ece863cdbd5531ad9ebea75d153571fc1ffae3 (patch) | |
tree | 0517b4204bbe4b93803f6ab81d83a38482ed705c /databases/py-psycopg/Makefile | |
parent | d7585ae546c4ce01a05cc9e549cc891669c818a1 (diff) |
Notes
Diffstat (limited to 'databases/py-psycopg/Makefile')
-rw-r--r-- | databases/py-psycopg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index cd4923111ee3..97204e42f571 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -8,7 +8,8 @@ PORTNAME= psycopg PORTVERSION= 1.1.18 CATEGORIES= databases python -MASTER_SITES= http://initd.org/pub/software/psycopg/ +MASTER_SITES= http://initd.org/pub/software/psycopg/ \ + http://initd.org/pub/software/psycopg/PSYCOPG-1-1/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= psycopg-${PORTVERSION} |