diff options
-rw-r--r-- | print/auctex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 931ba63ec90e..5d37404a4b28 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -8,7 +8,9 @@ PORTNAME= auctex PORTVERSION= 11.13 CATEGORIES= print elisp -MASTER_SITES= http://savannah.nongnu.org/download/auctex/stable.pkg/${PORTVERSION}/ +MASTER_SITES= http://savannah.nongnu.org/download/auctex/stable.pkg/${PORTVERSION}/ \ + http://wuarchive.wustl.edu/mirrors/gnu/auctex/ \ + http://mirror.telentente.com/pub/gnu/auctex/ MAINTAINER= ports@FreeBSD.org COMMENT= Integrated environment for writing LaTeX using GNU Emacs |