summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-11-15 03:19:35 +0000
committerAdam David <adam@FreeBSD.org>1994-11-15 03:19:35 +0000
commit271f03c3378c4834c3c0b9b899d49b7fd96cdfbf (patch)
tree6893898941d44f38483f66af92cfd32652a22c00 /x11-toolkits
parenttintin++ added (diff)
The fetch renaming was broken
interviews.stanford.edu will not serve files in passive mode
Notes
Notes: svn path=/head/; revision=380
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/iv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile
index c27ff3095c38..2aa83a4cec1b 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 ; \