diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-29 12:42:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-29 12:42:41 +0000 |
commit | 20e2c03912c3785bcc88085dc93f613db13db0fa (patch) | |
tree | 7a222436bb55c0a4aca9738424e87b3f21ce1812 /x11-toolkits/iv | |
parent | 08603c414ac4897bbac15ed386248f4a9c0357a6 (diff) | |
download | ports-20e2c03912c3785bcc88085dc93f613db13db0fa.tar.gz ports-20e2c03912c3785bcc88085dc93f613db13db0fa.zip |
Notes
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 8 |
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} ; \ |