diff options
author | makc <makc@FreeBSD.org> | 2019-09-08 00:19:28 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2019-09-08 00:19:28 +0800 |
commit | 64f27995cd1797c65a67147903b3fb11c46a18ba (patch) | |
tree | 231a0fbf70a7973e6f5e1ba0f420f9be244ffbe7 /russian/stardict-engcom | |
parent | d0f9bda4cf5ea1802bf9d0c2e253a643478d49ad (diff) | |
download | freebsd-ports-gnome-64f27995cd1797c65a67147903b3fb11c46a18ba.tar.gz freebsd-ports-gnome-64f27995cd1797c65a67147903b3fb11c46a18ba.tar.zst freebsd-ports-gnome-64f27995cd1797c65a67147903b3fb11c46a18ba.zip |
- Fix fetch and unbreak stardict dictionaries
- Set NO_ARCH
Diffstat (limited to 'russian/stardict-engcom')
-rw-r--r-- | russian/stardict-engcom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/stardict-engcom/Makefile b/russian/stardict-engcom/Makefile index 376ad76766c3..a6ab308844dd 100644 --- a/russian/stardict-engcom/Makefile +++ b/russian/stardict-engcom/Makefile @@ -4,14 +4,12 @@ PORTNAME= stardict-engcom PORTVERSION= 2.4.2 CATEGORIES= russian -MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ +MASTER_SITES= http://download.huzheng.org/ru/ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English-Russian Dictionary of Computer Terms -BROKEN= unfetchable - USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" |