diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-11-28 14:45:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-11-28 14:45:30 +0000 |
commit | 0ec9c6ca1ed0f94749942ca36f2ff0e061c214d1 (patch) | |
tree | 802ebd31de768a29a872a8cf91bdf78905298797 /print/py-reportlab | |
parent | 4ab47043d5f9bacf36dc258b8bdfaaba89749230 (diff) | |
download | ports-0ec9c6ca1ed0f94749942ca36f2ff0e061c214d1.tar.gz ports-0ec9c6ca1ed0f94749942ca36f2ff0e061c214d1.zip |
Notes
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index a7dfe61b4b21..bf995b90d1e8 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -11,8 +11,9 @@ PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= http://www.reportlab.org/ftp/ \ ftp://ftp.reportlab.org/ \ - http://people.freebsd.org/~erwin/distfiles/:accel \ + ${MASTER_SITE_LOCAL:S/$/:accel/} \ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel +MASTER_SITE_SUBDIR= erwin/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ReportLab_${PORTVERSION:S/./_/g}.tgz \ rl_accel-3004.tgz:accel |