diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 11:26:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 11:26:28 +0000 |
commit | 88ac321cb9cb3627a5ac125bd9bf0a810127e57c (patch) | |
tree | 1adf94b4841a5d6f06824f02e039c587cfc430f4 /ftp | |
parent | 0586b7f8f268711e7d82e73e2dc93226f61093b3 (diff) |
Mark as broken: master site disappeared a year ago, does not work on
non-i386; abandonware.
Notes
Notes:
svn path=/head/; revision=91725
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/libfxp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/libfxp/Makefile b/ftp/libfxp/Makefile index 15b0a372ce25..0f83458bc67d 100644 --- a/ftp/libfxp/Makefile +++ b/ftp/libfxp/Makefile @@ -9,11 +9,13 @@ PORTNAME= libfxp PORTVERSION= 0.1.4 CATEGORIES= ftp -MASTER_SITES= http://millweed.com/projects/libfxp/ +MASTER_SITES= # http://millweed.com/projects/libfxp/ MAINTAINER= ports@FreeBSD.org COMMENT= An ftp client library +BROKEN= "master site has disappeared, and never worked on non-i386 in any case" + USE_REINPLACE= yes USE_GMAKE= yes CFLAGS+= -I. -Ilibmillweed |