diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2013-03-26 12:01:55 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2013-03-26 12:01:55 +0000 |
commit | 3ac3046f1e4ebc9999484ca9cdaebc3280447254 (patch) | |
tree | bbf6bd42469f3bdab4c2e711b45eb3a2fa19f9f7 /comms/pyla | |
parent | - Add additional mirror (diff) |
Use local sites for now.
Notes
Notes:
svn path=/head/; revision=315285
Diffstat (limited to 'comms/pyla')
-rw-r--r-- | comms/pyla/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index 50334261e7f7..71bf977a5041 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -8,7 +8,9 @@ PORTNAME= pyla PORTVERSION= 1.1.7.1 CATEGORIES= comms python -MASTER_SITES= http://www.teamsw.it/pyla/download/ +#MASTER_SITES= http://www.teamsw.it/pyla/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mr PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyla${PORTVERSION} EXTRACT_SUFX= .tgz |