diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-29 10:18:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-29 10:18:33 +0000 |
commit | 25db55f600b4774feefe2e35b2bbb680d5ede853 (patch) | |
tree | c3f23d76bf1afb9cefdfef0aa367e647c65413ec /ftp/ncftpd | |
parent | b225b730d224effa55c9b326b3f9a9b187b562b7 (diff) | |
download | ports-25db55f600b4774feefe2e35b2bbb680d5ede853.tar.gz ports-25db55f600b4774feefe2e35b2bbb680d5ede853.zip |
Notes
Diffstat (limited to 'ftp/ncftpd')
-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 |