summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-29 12:42:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-29 12:42:41 +0000
commit20e2c03912c3785bcc88085dc93f613db13db0fa (patch)
tree7a222436bb55c0a4aca9738424e87b3f21ce1812 /x11-toolkits
parentProtect the pre-fetch: target with .if !defined(MASTER_SITE_OVERRIDE), (diff)
Make it fetch.
Notes
Notes: svn path=/head/; revision=1801
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/iv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile
index a23565592c09..110a71f6a47a 100644
--- a/x11-toolkits/iv/Makefile
+++ b/x11-toolkits/iv/Makefile
@@ -3,11 +3,13 @@
# Date created: 23.sept.1994
# Whom: adam
#
-# $Id: Makefile,v 1.5 1995/04/12 20:31:13 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/16 15:33:42 ache Exp $
#
VERSION= 3.1
-DISTNAME= iv-${VERSION}
+# don't change this to "=" !
+DISTNAME?= iv-${VERSION}
+MASTER_SITES= ftp://interviews.stanford.edu/pub/
EXTRACT_SUFX= .tar.Z
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -18,7 +20,7 @@ MAKEFILE= makefile
pre-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
mkdir -p ${DISTDIR}/${DISTNAME} ; \
- ${MAKE} MASTER_SITES=ftp://interviews.stanford.edu/pub/ \
+ ${MAKE} \
DISTDIR=${DISTDIR}/${DISTNAME} DISTNAME=${VERSION} fetch ; \
mv ${DISTDIR}/${DISTNAME}/${VERSION}${EXTRACT_SUFX} \
${DISTDIR}/${DISTFILES} ; \