diff options
author | wen <wen@FreeBSD.org> | 2011-08-11 08:11:50 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-08-11 08:11:50 +0800 |
commit | 44cda6141e178f16037c4d68fa76f233a8445b72 (patch) | |
tree | 914471cb0aeaeafbc50fcf9869ae85ccbd7a8aec /print/abntex | |
parent | d09620a313e114383ac686a6e9070b8fa4c202e7 (diff) | |
download | freebsd-ports-gnome-44cda6141e178f16037c4d68fa76f233a8445b72.tar.gz freebsd-ports-gnome-44cda6141e178f16037c4d68fa76f233a8445b72.tar.zst freebsd-ports-gnome-44cda6141e178f16037c4d68fa76f233a8445b72.zip |
- Fix MASTER_SITES
PR: ports/159488
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print/abntex')
-rw-r--r-- | print/abntex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/abntex/Makefile b/print/abntex/Makefile index 14302b563384..1dd65ae5d489 100644 --- a/print/abntex/Makefile +++ b/print/abntex/Makefile @@ -9,16 +9,13 @@ PORTNAME= abntex PORTVERSION= 0.8.2 PORTREVISION= 3 CATEGORIES= print -MASTER_SITES= http://mirror.isp.net.au/ftp/pub/freebsd/distfiles/ \ - http://download.codigolivre.org.br/abntex/ +MASTER_SITES= http://codigolivre.org.br/frs/download.php/2654/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Both classes and styles for both LaTex and bibtex for ABNT rules -BROKEN= does not fetch - RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |