svn commit: r325768 - head/net/citrix_ica
Bryan Drewery
bdrewery at FreeBSD.org
Sat Aug 31 02:08:10 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list