aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftpd
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-09-11 15:33:35 +0800
committermiwi <miwi@FreeBSD.org>2006-09-11 15:33:35 +0800
commit4dc2624aab11766b85e3be47b287555eaad8e41a (patch)
tree56f9a1fd9c384ef1b85e3d2721ef4b4548ab6cbc /ftp/ncftpd
parente1b843b257bdff5dcb7165c0cffcf84c8474c574 (diff)
downloadfreebsd-ports-gnome-4dc2624aab11766b85e3be47b287555eaad8e41a.tar.gz
freebsd-ports-gnome-4dc2624aab11766b85e3be47b287555eaad8e41a.tar.zst
freebsd-ports-gnome-4dc2624aab11766b85e3be47b287555eaad8e41a.zip
- Fix MASTER_SITES
Submitted by: pointyhat via kris
Diffstat (limited to 'ftp/ncftpd')
-rw-r--r--ftp/ncftpd/Makefile4
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