diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
commit | 751db001a9adafa9b6d3d840cf02622cf71bbca2 (patch) | |
tree | 288981a7f1b6e34da52317a193210af14cd0fb77 /net | |
parent | 5eb13430b3e52dc7a4dfd5daee0b1b701f080548 (diff) | |
download | freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.gz freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.zst freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.zip |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 2 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 2 | ||||
-rw-r--r-- | net/cvsup-bin/Makefile | 2 | ||||
-rw-r--r-- | net/cvsup/Makefile | 2 | ||||
-rw-r--r-- | net/cvsupd-bin/Makefile | 2 | ||||
-rw-r--r-- | net/dante/Makefile | 2 | ||||
-rw-r--r-- | net/iplog/Makefile | 2 | ||||
-rw-r--r-- | net/ksamba/Makefile | 2 |
8 files changed, 8 insertions, 8 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 diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 0672f4a708b8..07edcab5ef65 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/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 diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 6e0c6c79036b..30ba0212b205 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvsup-bin PORTVERSION= 16.1 -CATEGORIES= devel net +CATEGORIES= net devel MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 4c13df085276..bdf045607ee2 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvsup PORTVERSION= 16.1 -CATEGORIES= devel net +CATEGORIES= net devel MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/sources/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/sources/ diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile index 626084e1a1aa..2f796cf98775 100644 --- a/net/cvsupd-bin/Makefile +++ b/net/cvsupd-bin/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvsupd-bin PORTVERSION= 16.1 -CATEGORIES= devel net +CATEGORIES= net devel MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ MAINTAINER= jdp@freebsd.org diff --git a/net/dante/Makefile b/net/dante/Makefile index cff9449bbbe7..e8965ef7b3e9 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -7,7 +7,7 @@ PORTNAME= dante PORTVERSION= 1.1.2 -CATEGORIES= security net +CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ diff --git a/net/iplog/Makefile b/net/iplog/Makefile index 19b4e9847ef4..cb97d6d5d28f 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -7,7 +7,7 @@ PORTNAME= iplog PORTVERSION= 2.2.1 -CATEGORIES= security +CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://misc.ojnk.net/~odin/stuff/ MASTER_SITE_SUBDIR= ojnk diff --git a/net/ksamba/Makefile b/net/ksamba/Makefile index 37fed3e48591..c74d0a87c03f 100644 --- a/net/ksamba/Makefile +++ b/net/ksamba/Makefile @@ -7,7 +7,7 @@ PORTNAME= ksamba PORTVERSION= 0.3.3 -CATEGORIES= kde net +CATEGORIES= net kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= unstable/apps/network |