Date: Sat, 31 Aug 2013 02:08:10 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325768 - head/net/citrix_ica Message-ID: <201308310208.r7V28Avs091651@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Aug 31 02:08:10 2013 New Revision: 325768 URL: http://svnweb.freebsd.org/changeset/ports/325768 Log: - 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 Modified: head/net/citrix_ica/Makefile Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Sat Aug 31 02:06:01 2013 (r325767) +++ head/net/citrix_ica/Makefile Sat Aug 31 02:08:10 2013 (r325768) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310208.r7V28Avs091651>