diff options
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r-- | ftp/ncftpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 584ab92d3b9c..19e1ec6b5942 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -9,6 +9,7 @@ PORTNAME= ncftpd PORTVERSION= 2.8.3 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ \ ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/ MASTER_SITE_SUBDIR= miwi DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export @@ -16,8 +17,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export MAINTAINER= rainer.alves@gmail.com COMMENT= A well known commercial FTP daemon with a 30-day evaluation license -BROKEN= Size mismatch - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 |