diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 10:08:10 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 10:08:10 +0800 |
commit | d23fabcef919bcec93273099aec656427e5b343b (patch) | |
tree | f497d310a1cb103ec1f0330748a8b39970c7176e /net | |
parent | 1e9d9a1457dd97fc19727568ffe4429ac7bca4c6 (diff) | |
download | freebsd-ports-gnome-d23fabcef919bcec93273099aec656427e5b343b.tar.gz freebsd-ports-gnome-d23fabcef919bcec93273099aec656427e5b343b.tar.zst freebsd-ports-gnome-d23fabcef919bcec93273099aec656427e5b343b.zip |
- No MASTER_SITE defined, manual fetch is required regardless of
PACKAGE_BUILDING. Otherwise this just fails to fetch when building packages.
Missed in r325598
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 12df4fd12971..d32826450bd2 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: Citrix(R) ICA(R) Client -# Date created: 20 Sep 1998 -# Whom: msmith -# +# Created by: msmith # $FreeBSD$ -# PORTNAME= citrix_ica PORTVERSION= 12.1 CATEGORIES= net comms linux +MASTER_SITES= # DISTNAME= linuxx86_12.1.0.203066 MAINTAINER= ports@FreeBSD.org @@ -36,7 +33,7 @@ SUB_LIST= CDIR=${CDIR} .include <bsd.port.pre.mk> -.if !defined(PACKAGE_BUILDING) && !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif |