From 3f6f89ee379abc3fe2285e40ae55d82fc8aa9b94 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 15 Nov 1994 03:19:35 +0000 Subject: The fetch renaming was broken interviews.stanford.edu will not serve files in passive mode --- x11-toolkits/iv/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/iv') diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index c27ff3095c3..2aa83a4cec1 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.sept.1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/09/24 15:33:57 adam Exp $ +# $Id: Makefile,v 1.2 1994/11/01 03:30:02 pst Exp $ # EXTRACT_SUFFIX= .tar.Z @@ -12,10 +12,11 @@ DISTNAME= iv-${VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFFIX} WRKSRC= ${WRKDIR}/iv MAKEFILE= makefile +NCFTPFLAGS= -NP .if ${DISTNAME} != ${VERSION} pre-fetch: - if [ -f ${DISTDIR}/${DISTNAME} ] ; then \ + @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ mkdir -p ${DISTDIR}/${DISTNAME} ; \ ${MAKE} MASTER_SITES=ftp://interviews.stanford.edu/pub/ \ DISTDIR=${DISTDIR}/${DISTNAME} DISTNAME=${VERSION} fetch ; \ -- cgit