diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-24 16:02:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-24 16:02:52 +0000 |
commit | e95ec95c79aff9bc7f1cdd87098ef76c3d6a3caf (patch) | |
tree | f2851c3a9ef096f63a0c4aac330fb206cea272ab /x11 | |
parent | 22c870788bae599fe5f944095265b4a54d950672 (diff) | |
download | ports-e95ec95c79aff9bc7f1cdd87098ef76c3d6a3caf.tar.gz ports-e95ec95c79aff9bc7f1cdd87098ef76c3d6a3caf.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/fbdesk/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1eeb6e93b0d2..a8c80939b919 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -44,6 +44,7 @@ SUBDIR += erun SUBDIR += eterm SUBDIR += eweather + SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += fbsd-icons SUBDIR += fixesext diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index 50071de2a78f..31d7563287ab 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -7,7 +7,7 @@ PORTNAME= fbdesk PORTVERSION= 1.2.1 -CATEGORIES= x11-wm +CATEGORIES= x11 MASTER_SITES= http://fluxbox.sourceforge.net/download/ MAINTAINER= hendrik@scholz.net |