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 /x11-servers | |
parent | 88b522839002b270987e86005386b6757926bb0a (diff) | |
download | ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.tar.gz ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.zip |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Notes
Notes:
svn path=/head/; revision=33401
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/Xatm/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/x2vnc/Makefile | 2 | ||||
-rw-r--r-- | x11-servers/x2x/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-servers/Xatm/Makefile b/x11-servers/Xatm/Makefile index e170ac07dfd6..81a22e0a1e43 100644 --- a/x11-servers/Xatm/Makefile +++ b/x11-servers/Xatm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfs-atm PORTVERSION= 3.0.1 -CATEGORIES= x11 +CATEGORIES= x11-servers MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ DISTNAME= ${PORTNAME}+cid-${PORTVERSION} diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index ff6305b96c54..3abeea926a3b 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= x2vnc PORTVERSION= 1.1 -CATEGORIES= x11 +CATEGORIES= x11-servers MASTER_SITES= http://www.hubbe.net/~hubbe/ MAINTAINER= ade@FreeBSD.org diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile index bb6e9c784668..8c8814a2de6e 100644 --- a/x11-servers/x2x/Makefile +++ b/x11-servers/x2x/Makefile @@ -7,7 +7,7 @@ PORTNAME= x2x PORTVERSION= 1.27 -CATEGORIES= x11 +CATEGORIES= x11-servers MASTER_SITES= http://gatekeeper.dec.com/pub/DEC/SRC/x2x/ DISTNAME= ${PORTNAME}-${PORTVERSION} |