diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2003-10-08 00:31:24 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2003-10-08 00:31:24 +0000 |
commit | 9634b5e1f13b5e35924166385ca13f69d3d1948c (patch) | |
tree | e24ec8e85e92416e897dc6e33df738e6202078dd /games/xspringies | |
parent | IFC fails to link when invoked with -ax or -x option (diff) |
De-fennerize this port.
Submitted by: Felix Kronlage <fkr@opendarwin.org>
Obtained from: OpenDarwin Project
Notes
Notes:
svn path=/head/; revision=90576
Diffstat (limited to 'games/xspringies')
-rw-r--r-- | games/xspringies/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xspringies/Makefile b/games/xspringies/Makefile index ef6fd9e0b9a2..892d0c9962ba 100644 --- a/games/xspringies/Makefile +++ b/games/xspringies/Makefile @@ -8,7 +8,7 @@ PORTNAME= xspringies PORTVERSION= 1.1 CATEGORIES= games -MASTER_SITES= http://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/ +MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/ DISTFILES= xspringies.1.1.tar.Z MAINTAINER= jkh@FreeBSD.org |