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_ica | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 4ede48fd89b5..0672f4a708b8 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/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 |