diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 07:10:39 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-12 07:10:39 +0000 |
commit | 51f14952695bd57450cb23ce041424e60ff462a2 (patch) | |
tree | c9849a52d9ef90d41c36194c77240fcc165195b8 | |
parent | e11518d19aee741c50b2853d082f269affff0e40 (diff) |
Move port to better category:
The xxkb port is a general keyboard layout switcher application
and it is not limited to russian language.
PR: ports/65556
Submitted by: Alexander Pohoyda (maintainer)
Notes
Notes:
svn path=/head/; revision=108979
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xxkb/Makefile | 2 |
4 files changed, 3 insertions, 2 deletions
@@ -1079,4 +1079,5 @@ net/hawk||2004-05-07|Removed broken port japanese/tgif2tex|print/tgif2tex|2004-05-09|renamed www/caudium-devel|www/caudium12|2004-05-11|development version temporarily retired lang/pike74|lang/pike76|2004-05-11|replaced by newer development version +russian/xxkb|x11/xxkb|2004-05-12|better category diff --git a/russian/Makefile b/russian/Makefile index 2736f6348862..60635cfd88a0 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -39,6 +39,5 @@ SUBDIR += xcyrBGR SUBDIR += xmms SUBDIR += xruskb - SUBDIR += xxkb .include <bsd.port.subdir.mk> diff --git a/x11/Makefile b/x11/Makefile index 99574c066126..fd1dad8bf107 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -239,6 +239,7 @@ SUBDIR += xvkbd SUBDIR += xwatchwin SUBDIR += xwit + SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yalias SUBDIR += yelp diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile index 2e61da7da551..cebc63b051e4 100644 --- a/x11/xxkb/Makefile +++ b/x11/xxkb/Makefile @@ -7,7 +7,7 @@ PORTNAME= xxkb PORTVERSION= 1.10 -CATEGORIES= russian ukrainian +CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xxkb |