diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 16:36:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 16:36:44 +0000 |
commit | d758c16a0012ca88560bc07e4ff05e700531ceb1 (patch) | |
tree | ff2c89ed360812d3299b22432853b7520325f217 /print | |
parent | 681cf64be2dc476e4b568ee155f1d89fa89dc6aa (diff) | |
download | ports-d758c16a0012ca88560bc07e4ff05e700531ceb1.tar.gz ports-d758c16a0012ca88560bc07e4ff05e700531ceb1.zip |
Add two more MASTER_SITES
PR: 53088
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Notes
Notes:
svn path=/head/; revision=82602
Diffstat (limited to 'print')
-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 |