diff options
author | billf <billf@FreeBSD.org> | 1999-07-10 07:01:42 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-07-10 07:01:42 +0800 |
commit | d42802ca97c656cbaafeb1ca3a5cb1795d72280e (patch) | |
tree | b3b360865c377873e0986aed6db0075cd8135632 | |
parent | 6e14f589a85b251fcdf162d1dce7e8205f03a1b4 (diff) | |
download | freebsd-ports-graphics-d42802ca97c656cbaafeb1ca3a5cb1795d72280e.tar.gz freebsd-ports-graphics-d42802ca97c656cbaafeb1ca3a5cb1795d72280e.tar.zst freebsd-ports-graphics-d42802ca97c656cbaafeb1ca3a5cb1795d72280e.zip |
This port uses a DIST_SUBDIR. The IGNORE message doesn't.
This is confusing (and makes the IGNORE message wrong.)
-rw-r--r-- | net/citrix_ica/Makefile | 4 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index a41f3b9f17c..df18e1bf705 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1998 # Whom: msmith # -# $Id: Makefile,v 1.8 1999/02/10 23:21:36 msmith Exp $ +# $Id: Makefile,v 1.9 1999/02/11 19:32:19 msmith Exp $ # DISTNAME= linux @@ -30,7 +30,7 @@ BINDIR= ${PREFIX}/bin .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -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.' +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}/${DIST_SUBDIR} and then restart this build.' .endif do-install: diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index a41f3b9f17c..df18e1bf705 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.8 1999/02/10 23:21:36 msmith Exp $ +# $Id: Makefile,v 1.9 1999/02/11 19:32:19 msmith Exp $ # DISTNAME= linux @@ -30,7 +30,7 @@ BINDIR= ${PREFIX}/bin .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -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.' +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}/${DIST_SUBDIR} and then restart this build.' .endif do-install: |