diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
commit | 479a523af4b6a1535e073833a691fdf1c6375d37 (patch) | |
tree | 4ab48747e0ae6476a2dd4cdfc6e3fa845b1afccb /games/xataxx/Makefile | |
parent | Update to 0.5.0 (diff) |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
Notes
Notes:
svn path=/head/; revision=48126
Diffstat (limited to '')
-rw-r--r-- | games/xataxx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile index e1900b3aef17..68426fda5b18 100644 --- a/games/xataxx/Makefile +++ b/games/xataxx/Makefile @@ -8,8 +8,7 @@ PORTNAME= xataxx PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z |