diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-28 16:58:37 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-06-28 16:58:37 +0000 |
commit | 594c71207c5fff752608938bfa218b6282c23220 (patch) | |
tree | 91680a9c96d0cb4f917309bdf3bb7449a5d12f46 /textproc/py-hyperestraier-python | |
parent | e5228ea709027dba27bd77610a9b2492e93c32a6 (diff) | |
download | ports-594c71207c5fff752608938bfa218b6282c23220.tar.gz ports-594c71207c5fff752608938bfa218b6282c23220.zip |
- Add CHEESESHOP into MASTER_SITES
PR: ports/114099
Submitted by: "Junji NAKANISHI" <jun-g AT daemonfreaks.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=194403
Diffstat (limited to 'textproc/py-hyperestraier-python')
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile index 480b3592e449..ec67ff276b08 100644 --- a/textproc/py-hyperestraier-python/Makefile +++ b/textproc/py-hyperestraier-python/Makefile @@ -7,7 +7,8 @@ PORTNAME= hyperestraier PORTVERSION= 0.9.2 CATEGORIES= textproc python -MASTER_SITES= http://www.liris.org/tech/program/hyperestraier-purepython/ +MASTER_SITES= CHEESESHOP \ + http://www.liris.org/tech/program/hyperestraier-purepython/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -python EXTRACT_SUFX= .tgz |