diff options
Diffstat (limited to 'ftp/ncftpd')
-rw-r--r-- | ftp/ncftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 89fec80d07bf..18f239d61229 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -9,7 +9,9 @@ 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}/ + ftp://ftp.nl.uu.net/pub/unix/ftp/ncftpd/${PORTVERSION}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${BINVER}-${ARCH}-export MAINTAINER= rainer.alves@gmail.com |