diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2011-01-14 16:12:57 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2011-01-14 16:12:57 +0000 |
commit | ed4913c17ee266af8e785878b321e4e8c95b899f (patch) | |
tree | 7983de331883fcca5142538cb74966336d236855 /devel/librcd | |
parent | 5d5b825f2c0c59c567e476a011e766f809d51dc3 (diff) | |
download | ports-ed4913c17ee266af8e785878b321e4e8c95b899f.tar.gz ports-ed4913c17ee266af8e785878b321e4e8c95b899f.zip |
Notes
Diffstat (limited to 'devel/librcd')
-rw-r--r-- | devel/librcd/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/librcd/Makefile b/devel/librcd/Makefile index 5b1687ca1f0f..32c790cdabca 100644 --- a/devel/librcd/Makefile +++ b/devel/librcd/Makefile @@ -8,8 +8,12 @@ PORTNAME= librcd PORTVERSION= 0.1.13 CATEGORIES= devel -MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ - SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} +MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} \ + ${MASTER_SITE_LOCAL} \ + http://ns.ael.ru/~fluffy.khv/distfiles/ \ + http://dside.dyndns.org/files/rusxmms/ +MASTER_SITE_SUBDIR= fluffy + MAINTAINER= fluffy@FreeBSD.org COMMENT= Library used by rusxmms for autodetection of russian charset |