diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/citrix_xenapp | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r-- | net/citrix_xenapp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 4ede48fd89b5..0672f4a708b8 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Citrix(R) ICA(R) Client -# Version required: 3.0.15 # Date created: 20 Sep 1998 # Whom: msmith # # $FreeBSD$ # -DISTNAME= linux -PKGNAME= citrix_ica-3.0.15 +PORTNAME= citrix_ica +PORTVERSION= 3.0.15 CATEGORIES= comms linux -MASTER_SITES= +MASTER_SITES= +DISTNAME= linux EXTRACT_SUFX= .tar.Z MAINTAINER= msmith@FreeBSD.org |