diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 13:33:55 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 13:33:55 +0000 |
commit | 547066e8ed158084d9a3849d3a2b63da42638ed7 (patch) | |
tree | fdf30013e93af0f480fce13cfd416717b85e2cb3 /games | |
parent | Unbreak. (diff) |
Mark BROKEN. Doesn't fetch:
FTP error:
/usr/bin/fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from http://wildsau.idv.uni-linz.ac.at/mfx/download/.
/usr/bin/fetch: pysol-1.10.tar.gz: wildsau.idv.uni-linz.ac.at: HTTP server retur
ned error code 404
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Notes
Notes:
svn path=/head/; revision=13950
Diffstat (limited to 'games')
-rw-r--r-- | games/pysol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 3191a8d6e354..967edeab3b10 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -3,7 +3,7 @@ # Date created: 11 September 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/21 07:50:43 tg Exp $ +# $Id: Makefile,v 1.4 1998/10/07 08:03:03 tg Exp $ # DISTNAME= pysol-1.10 @@ -14,6 +14,8 @@ MAINTAINER= tg@FreeBSD.ORG RUN_DEPENDS= python:${PORTSDIR}/lang/python +BROKEN= fetch + do-build: do-install: |