aboutsummaryrefslogtreecommitdiffstats
path: root/net/citrix_ica
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-02-12 03:32:19 +0800
committermsmith <msmith@FreeBSD.org>1999-02-12 03:32:19 +0800
commit9a79c435b5ea6b252b555725828c55985c94b16c (patch)
tree16e170cff0990ca6623cc1043b102c5a8c77dd8b /net/citrix_ica
parent38502f9bbb04134370f854f8c9049a865b70e763 (diff)
downloadfreebsd-ports-gnome-9a79c435b5ea6b252b555725828c55985c94b16c.tar.gz
freebsd-ports-gnome-9a79c435b5ea6b252b555725828c55985c94b16c.tar.zst
freebsd-ports-gnome-9a79c435b5ea6b252b555725828c55985c94b16c.zip
Fix the distfile detection, broken when BROKEN was used over the previous
method. Submitted by: Matthew Thyer <matt@camtech.com.au>
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index 017e1a7d3ede..a41f3b9f17c0 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.7 1999/02/09 23:43:30 msmith Exp $
+# $Id: Makefile,v 1.8 1999/02/10 23:21:36 msmith Exp $
#
DISTNAME= linux
@@ -29,7 +29,7 @@ BINDIR= ${PREFIX}/bin
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.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.'
.endif