diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-11-21 18:32:59 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-11-21 18:32:59 +0800 |
commit | f951408e136adf74945c2adfbd0844a8216f7223 (patch) | |
tree | fc94f7a6343d0d84751db6ba0b330cfb99cafee5 | |
parent | e37e687d551060908649c5af5eb31f65799c3fba (diff) | |
download | freebsd-ports-gnome-f951408e136adf74945c2adfbd0844a8216f7223.tar.gz freebsd-ports-gnome-f951408e136adf74945c2adfbd0844a8216f7223.tar.zst freebsd-ports-gnome-f951408e136adf74945c2adfbd0844a8216f7223.zip |
- Add one more site in MASTER_SITES
PR: ports/140744
Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
-rw-r--r-- | converters/py-unidecode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile index b803a65d4dee..adee4241e442 100644 --- a/converters/py-unidecode/Makefile +++ b/converters/py-unidecode/Makefile @@ -9,6 +9,7 @@ PORTNAME= unidecode PORTVERSION= 0.04.2 CATEGORIES= converters python MASTER_SITES= http://code.zemanta.com/tsolc/unidecode/releases/ \ + http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Unidecode-${PORTVERSION} |