diff options
Diffstat (limited to 'ftp/ncftpd/Makefile')
-rw-r--r-- | ftp/ncftpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 18f239d61229..80567535152b 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -8,9 +8,8 @@ PORTNAME= ncftpd PORTVERSION= 2.8.3 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.ncftp.com/ncftpd/${PORTVERSION}/ \ - ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/ MASTER_SITE_SUBDIR= miwi DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export |