diff options
author | msmith <msmith@FreeBSD.org> | 1999-02-11 07:21:36 +0800 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-02-11 07:21:36 +0800 |
commit | c7689d521e74f268c48c369deb0ac9baf4e225d1 (patch) | |
tree | cc921f9b6fa5439b67528212dc2e98106e697417 /net/citrix_ica | |
parent | 932d8ed59d5e1e74556e74e8dd89a142328be41a (diff) | |
download | freebsd-ports-gnome-c7689d521e74f268c48c369deb0ac9baf4e225d1.tar.gz freebsd-ports-gnome-c7689d521e74f268c48c369deb0ac9baf4e225d1.tar.zst freebsd-ports-gnome-c7689d521e74f268c48c369deb0ac9baf4e225d1.zip |
We want the gzipped file, not the compressed file. Don't refer to the
distribution archive as "source".
Submitted by: "Viren R. Shah" <viren@rstcorp.com>
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 373a5156d292..017e1a7d3ede 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -3,14 +3,14 @@ # Date created: 20 Sep 1998 # Whom: msmith # -# $Id: Makefile,v 1.6 1999/01/07 02:31:46 simokawa Exp $ +# $Id: Makefile,v 1.7 1999/02/09 23:43:30 msmith Exp $ # DISTNAME= linux PKGNAME= citrix_ica-3.0.15 CATEGORIES= comms MASTER_SITES= "Distfile must be fetched manually" -EXTRACT_SUFX= .tar.z +EXTRACT_SUFX= .tar.gz MAINTAINER= msmith@FreeBSD.ORG @@ -30,7 +30,7 @@ BINDIR= ${PREFIX}/bin .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' +IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' .endif do-install: |