aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/iv
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-11-15 11:19:35 +0800
committeradam <adam@FreeBSD.org>1994-11-15 11:19:35 +0800
commit3f6f89ee379abc3fe2285e40ae55d82fc8aa9b94 (patch)
tree18f562db470ff7f375de2cde293218f86b3f740c /x11-toolkits/iv
parent3bd2f7c6f19b11ca6db112c915f80b9c605feeaf (diff)
downloadfreebsd-ports-graphics-3f6f89ee379abc3fe2285e40ae55d82fc8aa9b94.tar.gz
freebsd-ports-graphics-3f6f89ee379abc3fe2285e40ae55d82fc8aa9b94.tar.zst
freebsd-ports-graphics-3f6f89ee379abc3fe2285e40ae55d82fc8aa9b94.zip
The fetch renaming was broken
interviews.stanford.edu will not serve files in passive mode
Diffstat (limited to 'x11-toolkits/iv')
-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 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 ; \