diff options
author | antoine <antoine@FreeBSD.org> | 2019-08-04 19:43:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-08-04 19:43:40 +0800 |
commit | e5599d28bd4b620ba5eb5f05131dd4dae610d65f (patch) | |
tree | cf04c9db38953b393317be20be0b74f79ef4a8a2 /ftp | |
parent | 7f2d778f28f05fb5d9c690d4dd691d3ef2693516 (diff) | |
download | freebsd-ports-gnome-e5599d28bd4b620ba5eb5f05131dd4dae610d65f.tar.gz freebsd-ports-gnome-e5599d28bd4b620ba5eb5f05131dd4dae610d65f.tar.zst freebsd-ports-gnome-e5599d28bd4b620ba5eb5f05131dd4dae610d65f.zip |
Mark BROKEN: unfetchable
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/atftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/cftp/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/atftp/Makefile b/ftp/atftp/Makefile index 360e53ce137c..1809c3d5ca61 100644 --- a/ftp/atftp/Makefile +++ b/ftp/atftp/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.dfsg.orig MAINTAINER= ports@FreeBSD.org COMMENT= Advanced TFTP server and client +BROKEN= unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg USE_RC_SUBR= atftpd diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 4b650c9d42f8..dcb67e1e8eb5 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -14,6 +14,8 @@ COMMENT= Comfortable, full screen (S)FTP client LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sftp |