diff options
author | sborrill <sborrill> | 2007-01-21 12:44:48 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2007-01-21 12:44:48 +0000 |
commit | 8c038a34934943b0e59697e5657c798646e4dc63 (patch) | |
tree | 0319497f6381d7fc08a2ad3e5f0e70e8ff8dfe2b /net | |
parent | b38fc3476cd1222197f1ace3520e823b8a561f57 (diff) | |
download | pkgsrc-8c038a34934943b0e59697e5657c798646e4dc63.tar.gz |
Set correct package version for Solaris/sparc version (Citrix display
the version number in x.y format, but internally they have a x.y.z format
and we can't be sure they won't release a version where z differs but
the display version remains the same).
Remove/fix URLs for HOMEPAGE and comments.
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 1f350cabef6..64c0ec28756 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/01/19 23:37:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.32 2007/01/21 12:44:48 sborrill Exp $ # # A default so lintpkgsrc is happy, overridden below @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://download2.citrix.com/files/en/products/client/ica/current/ MAINTAINER= sborrill@NetBSD.org -HOMEPAGE= http://www.citrix.com/products/clients/ica/technology.asp +HOMEPAGE= http://www.citrix.com/English/SS/downloads/downloads.asp?dID=2755 COMMENT= Citrix(R) ICA client for the Citrix(R) Presentation Server(TM) .include "../../mk/bsd.prefs.mk" @@ -22,13 +22,13 @@ DISTNAME= linuxx86 PKGNAME= citrix_ica-9.0.0 . elif ${MACHINE_ARCH} == "sparc" DISTNAME= en.solaris -PKGNAME= citrix_ica-8.46 +PKGNAME= citrix_ica-8.46.110465 MASTER_SITES= http://www.citrix.com/site/resources/dynamic/software/ EXTRACT_SUFX= .tar.Z . endif .elif ${OPSYS} == "SunOS" DISTNAME= en.solaris -PKGNAME= citrix_ica-8.46 +PKGNAME= citrix_ica-8.46.110465 MASTER_SITES= http://www.citrix.com/site/resources/dynamic/software/ EXTRACT_SUFX= .tar.Z .elif ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly" @@ -36,7 +36,6 @@ DISTNAME= linuxx86 PKGNAME= citrix_ica-9.0.0 .endif -# see http://www.citrix.com/download/unix-downloads.htm .if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") && ${MACHINE_ARCH} == "i386" DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_openmotif>=6.4:../../emulators/${SUSE_DIR_PREFIX}_openmotif |