diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-10 00:36:44 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-10 00:36:44 +0800 |
commit | d7528034e68c8e1c12116298cfb617280c8a60a1 (patch) | |
tree | 03c0b4a7957506aff8f91cd1eaf100c1512cbdeb /print/auctex | |
parent | b3a49337ef701baa11f917ccf8c45d28f45b7c43 (diff) | |
download | freebsd-ports-gnome-d7528034e68c8e1c12116298cfb617280c8a60a1.tar.gz freebsd-ports-gnome-d7528034e68c8e1c12116298cfb617280c8a60a1.tar.zst freebsd-ports-gnome-d7528034e68c8e1c12116298cfb617280c8a60a1.zip |
Add two more MASTER_SITES
PR: 53088
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Diffstat (limited to 'print/auctex')
-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 |