diff options
author | Mike Smith <msmith@FreeBSD.org> | 1999-02-10 23:21:36 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1999-02-10 23:21:36 +0000 |
commit | 0142939d94de8cd61ae5b0f3a22131085ee91cfb (patch) | |
tree | 5d126e12a359a7cf2b51877cd2e6d9404b87c0c7 /net/citrix_xenapp | |
parent | 8e8b196ed37aeb2583b07890565f2e80032a73f5 (diff) | |
download | ports-0142939d94de8cd61ae5b0f3a22131085ee91cfb.tar.gz ports-0142939d94de8cd61ae5b0f3a22131085ee91cfb.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>
Notes
Notes:
svn path=/head/; revision=16597
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 373a5156d292..017e1a7d3ede 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/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: |