diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-22 09:00:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-22 09:00:40 +0000 |
commit | ed7470266df34e9cb3c89a5fa92a3487496b72c8 (patch) | |
tree | e4617e2e1936a057671a075ff9184dddca570da8 | |
parent | - Fix packing list. (diff) |
Fix MASTER_SITES.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=131887
-rw-r--r-- | print/abntex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/abntex/Makefile b/print/abntex/Makefile index 63d39cc1ec94..e4b66f2bd195 100644 --- a/print/abntex/Makefile +++ b/print/abntex/Makefile @@ -8,7 +8,8 @@ PORTNAME= abntex PORTVERSION= 0.8.2 CATEGORIES= print -MASTER_SITES= http://download.codigolivre.org.br/abntex/ +MASTER_SITES= http://mirror.isp.net.au/ftp/pub/freebsd/distfiles/ \ + http://download.codigolivre.org.br/abntex/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz |