diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
commit | 55a61bb102ddfa5abe214bbb8b64409a317b0093 (patch) | |
tree | 40a989c1bd867e35ed527ba0d48f6b29b50d86f9 /net/citrix_ica | |
parent | 88b522839002b270987e86005386b6757926bb0a (diff) |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Notes
Notes:
svn path=/head/; revision=33401
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 0672f4a708b8..07edcab5ef65 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 3.0.15 -CATEGORIES= comms linux +CATEGORIES= net comms linux MASTER_SITES= DISTNAME= linux EXTRACT_SUFX= .tar.Z |