diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-06 23:36:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-06 23:36:04 +0000 |
commit | 9f72e2b206f57ccfd83a23054e8baf834395ccb4 (patch) | |
tree | e5bd0c8e30815529164fa82fd369f92c32cfff79 /graphics | |
parent | 322a885f75f9793df11fe278a4f5ee0ecc449bba (diff) | |
download | FreeBSD-ports-9f72e2b206f57ccfd83a23054e8baf834395ccb4.zip FreeBSD-ports-9f72e2b206f57ccfd83a23054e8baf834395ccb4.tar.gz |
Add MASTER_SITES. This port was updated and yet still only had one
MASTER_SITE.
Since people aren't getting the idea, I'm going to shout:
PORTS COMMITTERS, WHEN YOU UPDATED A PORT, INSURE THERE IS >1 MASTER SITE!!!
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 75813755..6343d08 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -3,12 +3,15 @@ # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.15 1998/09/17 00:32:43 asami Exp $ +# $Id: Makefile,v 1.16 1998/12/06 17:08:46 vanilla Exp $ # DISTNAME= xpdf-0.80 CATEGORIES= graphics print -MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ +MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ + ftp://ftp.duke.edu/pub/X11/contrib/applications/ \ + ftp://ftp.cdrom.com/pub/tex/ctan/support/xpdf/ + EXTRACT_SUFX= .tgz MAINTAINER= chuckr@glue.umd.edu |