diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-30 03:56:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-30 03:56:28 +0000 |
commit | 2f2ec73539dd53db0acda53a78faa9ae5a8c4840 (patch) | |
tree | 0046dca98ed55a403c64e02955ff25c3081466f0 /net/citrix_xenapp | |
parent | 53f18c58394e37095235d0682bb5edc555396c95 (diff) | |
download | FreeBSD-ports-2f2ec73539dd53db0acda53a78faa9ae5a8c4840.zip FreeBSD-ports-2f2ec73539dd53db0acda53a78faa9ae5a8c4840.tar.gz |
Some how this got formated as a text paragraph w/line breaks at column 80.
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index b60ce91..040204c 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1998 # Whom: msmith # -# $Id: Makefile,v 1.2 1998/11/06 07:09:15 msmith Exp $ +# $Id: Makefile,v 1.3 1998/12/28 23:38:12 msmith Exp $ # DISTNAME= linux @@ -28,17 +28,13 @@ BINDIR= ${PREFIX}/bin do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${ECHO} "" ; \ - ${ECHO} " The source to this port may not be automatically fetched" -; \ - ${ECHO} " due to licensing restrictions. You MUST fetch the source" -; \ - ${ECHO} " manually after reading and agreeing to the license at:" ; -\ + ${ECHO} " The source to this port may not be automatically fetched" ; \ + ${ECHO} " due to licensing restrictions. You MUST fetch the source" ; \ + ${ECHO} " manually after reading and agreeing to the license at:" ; \ ${ECHO} "" ; \ ${ECHO} " http://download.citrix.com/download.asp?client=LINUX" ; \ ${ECHO} "" ; \ - ${ECHO} " Once ${DISTFILES} has been downloaded, move it to ${DISTDI -R}" ; \ + ${ECHO} " Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" ; \ ${ECHO} " and then restart this build." ; \ ${ECHO} "" ; \ exit 1 ; \ |