diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-03 21:24:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-03 21:24:17 +0000 |
commit | 83b10716017c20aa8c581e15826010d16f1b5a88 (patch) | |
tree | 4bb37c1e0af5d9a1dbcaaa76b870745e95b26daf | |
parent | d274f3a8b07e7682113206b8f0569ecf1871ee9d (diff) | |
download | ports-83b10716017c20aa8c581e15826010d16f1b5a88.tar.gz ports-83b10716017c20aa8c581e15826010d16f1b5a88.zip |
Notes
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/icemc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bbapm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/bbrun/Makefile | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/misc/Makefile b/misc/Makefile index b21b015ec00b..0881051a0d57 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -132,6 +132,7 @@ SUBDIR += histring SUBDIR += hotkeys SUBDIR += hulgalugha + SUBDIR += icemc SUBDIR += instant-server SUBDIR += instant-workstation SUBDIR += iselect diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile index 0e4bd216cf38..156094bff7be 100644 --- a/misc/icemc/Makefile +++ b/misc/icemc/Makefile @@ -7,7 +7,7 @@ PORTNAME= icemc PORTVERSION= 0.2.4 -CATEGORIES= x11-wm +CATEGORIES= misc MASTER_SITES= http://www.algorithm.at/comp/icemc/ MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/Makefile b/sysutils/Makefile index d99c2f9aaf4b..3f2a469d3d32 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -21,6 +21,7 @@ SUBDIR += bacula SUBDIR += barry SUBDIR += battstat-applet + SUBDIR += bbapm SUBDIR += bchunk SUBDIR += bkpupsd SUBDIR += blimitd diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile index 318e182326c1..dd53acb342da 100644 --- a/sysutils/bbapm/Makefile +++ b/sysutils/bbapm/Makefile @@ -7,7 +7,7 @@ PORTNAME= bbapm PORTVERSION= 0.0.1 -CATEGORIES= x11-wm +CATEGORIES= sysutils MASTER_SITES= http://bbtools.windsofstorm.net/sources/ PATCH_SITES= ${MASTER_SITES} diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 12011e9b17a7..91070c2c4d4e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -12,11 +12,9 @@ SUBDIR += alloywm SUBDIR += amaterus SUBDIR += amiwm - SUBDIR += bbapm SUBDIR += bbconf SUBDIR += bbkeys SUBDIR += bbpager - SUBDIR += bbrun SUBDIR += blackbox SUBDIR += blwm SUBDIR += boxtools @@ -42,7 +40,6 @@ SUBDIR += golem SUBDIR += gwm SUBDIR += hackedbox - SUBDIR += icemc SUBDIR += icepref SUBDIR += icewm SUBDIR += ion diff --git a/x11/Makefile b/x11/Makefile index 843dee6f166a..a46306dae51c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -13,6 +13,7 @@ SUBDIR += XFree86-contrib SUBDIR += accessx SUBDIR += aterm + SUBDIR += bbapm SUBDIR += bgrot SUBDIR += blast SUBDIR += bricons diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index c1dc1c17439c..670e17c32422 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -7,7 +7,7 @@ PORTNAME= bbrun PORTVERSION= 1.4 -CATEGORIES= x11-wm +CATEGORIES= x11 MASTER_SITES= http://www.dwave.net/~jking/bbrun/ MAINTAINER= adamw@FreeBSD.org |