diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-09 02:02:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-09 02:02:24 +0000 |
commit | eb6491a95751be5e7a48a1d672bb6e2fc4f18a80 (patch) | |
tree | 1dda322895ce2d188e01b60014a9f7620e401839 /x11-toolkits | |
parent | 7c658cae10757847d2d6532d3734bf3a728e8609 (diff) | |
download | ports-eb6491a95751be5e7a48a1d672bb6e2fc4f18a80.tar.gz ports-eb6491a95751be5e7a48a1d672bb6e2fc4f18a80.zip |
Change MASTER_SITES
PR: 5685
Submitted by: handy@lambic.spasci.com
Notes
Notes:
svn path=/head/; revision=9633
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 4e59a496c134..9c6c8a732811 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,13 +3,15 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.13 1998/01/05 17:24:19 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/01/10 06:05:41 jdp Exp $ # DISTNAME= bxform-088 PKGNAME= xforms-0.88 CATEGORIES= graphics x11 -MASTER_SITES= ftp://einstein.phys.uwm.edu/pub/xforms/freeBSD/ +MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/freeBSD/ \ + ftp://ftp.via.ecp.fr/pub2/xforms/freeBSD/ \ + ftp://ftp.st.ryukoku.ac.jp/pub/X11/xforms/freeBSD/ EXTRACT_SUFX= .tgz MAINTAINER= gena@NetVision.net.il |