diff options
author | ache <ache@FreeBSD.org> | 1996-02-08 13:58:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-08 13:58:00 +0800 |
commit | 1bd3e4e7b74deff7d4c02efb67c9115d2e0ec9b7 (patch) | |
tree | 62a5c9446b98cabb3a870f34f6075142ccdf7606 /www/lynx/Makefile | |
parent | 14daf446ff402c88e5333cf766aa29284845822e (diff) | |
download | freebsd-ports-graphics-1bd3e4e7b74deff7d4c02efb67c9115d2e0ec9b7.tar.gz freebsd-ports-graphics-1bd3e4e7b74deff7d4c02efb67c9115d2e0ec9b7.tar.zst freebsd-ports-graphics-1bd3e4e7b74deff7d4c02efb67c9115d2e0ec9b7.zip |
Upgrade and use NCFTPTAIL now
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 419d5c12362..453f880acca 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,7 +4,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.15 1995/12/16 04:07:45 ache Exp $ +# $Id: Makefile,v 1.16 1996/01/16 03:43:25 ache Exp $ # DISTNAME= lynx2-4-FM @@ -17,8 +17,12 @@ CATEGORIES+= www #NCFTPFLAGS= -to multipart/x-zip -timeout 120 -o ${DISTFILES} #FETCH_DEPENDS= ${NCFTP}:${PORTSDIR}/www/comline -MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/nidr/www/ +# Beware ugly VMS names +NCFTPFLAGS= -c +MASTER_SITES= ftp://ftp.hhs.dk//fote_mirror/ DISTFILES= lynx2-4-fm.zip +NCFTPTAIL= > ${DISTFILES} + EXTRACT_CMD= unzip EXTRACT_ARGS= -q |