diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-04 05:24:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-04 05:24:17 +0800 |
commit | 857cb3f3d26ee2f7e2016ed897d80d35664c7323 (patch) | |
tree | 2850b640052a8839dd6f651c674db940f321a22a /x11 | |
parent | 6f7af75194f10998adaaffb6f2ea7bab861c5ca1 (diff) | |
download | freebsd-ports-gnome-857cb3f3d26ee2f7e2016ed897d80d35664c7323.tar.gz freebsd-ports-gnome-857cb3f3d26ee2f7e2016ed897d80d35664c7323.tar.zst freebsd-ports-gnome-857cb3f3d26ee2f7e2016ed897d80d35664c7323.zip |
Move:
x11-wm/bbrun --> x11/bbrun
x11-wm/bbapm --> sysutils/bbapm
x11-wm/icemc --> misc/icemc
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/bbrun/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
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 |