diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 12:48:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 12:48:32 +0000 |
commit | cc8ad7de9b786478d98d89f893f727969ff10a5c (patch) | |
tree | a8d88971682ad17f920feb443ddc5ac6b3c408b6 /ftp | |
parent | 7b15a42f40e8532459008d3c4cacc3716af2e6d0 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 2 | ||||
-rw-r--r-- | ftp/llnlxftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/mirror/Makefile | 2 | ||||
-rw-r--r-- | ftp/net2ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 5d8ec6c22c32..b4ad80f95c10 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -11,6 +11,8 @@ DISTNAME= llnlxdir2_1_2 MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client with drag-and-drop file transfer +BROKEN= unfetchable + PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 6eff69b21888..cde4ce4f377c 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -11,6 +11,8 @@ DISTNAME= llnlxftp2.1 MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client +BROKEN= unfetchable + PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \ man/man1/xftp.1.gz WRKSRC= ${WRKDIR}/llnlxftp2.1/sources diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index 98efbee03459..e42abfd7b02d 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -15,6 +15,8 @@ PATCHFILES= ftp.pl_wupatch MAINTAINER= cy@FreeBSD.org COMMENT= Mirror packages on remote sites +BROKEN= unfetchable + MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USES= perl5 shebangfix diff --git a/ftp/net2ftp/Makefile b/ftp/net2ftp/Makefile index 61263fd9bbe5..86922ec4adf3 100644 --- a/ftp/net2ftp/Makefile +++ b/ftp/net2ftp/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Web-based FTP client written in PHP +BROKEN= unfetchable + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/files_to_upload/LICENSE.txt diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index ec10f10058bb..d7d8ed694241 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.yafc-ftp.com/downloads/ MAINTAINER= wg@FreeBSD.org COMMENT= Yet another FTP client, similar to ftp(1) +BROKEN= unfetchable + LICENSE= GPLv2+ OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE |