diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-19 07:09:48 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-19 07:09:48 +0000 |
commit | a49da8c757fc80e3a6d37fe66500e34b99c83457 (patch) | |
tree | 89f9fdf272421559b42c9c355cdf7c9c2c58d88f /x11-wm | |
parent | 17f522ca5c86035e4bb1953344964ce59bfb84b8 (diff) | |
download | ports-a49da8c757fc80e3a6d37fe66500e34b99c83457.tar.gz ports-a49da8c757fc80e3a6d37fe66500e34b99c83457.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/toolbox/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 054cbf26f1ab..cd7d54bbe576 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1999/07/31 04:09:30 asami Exp $ +# $Id: Makefile,v 1.17 1999/08/13 04:45:52 cpiazza Exp $ # SUBDIR += 9menu @@ -28,6 +28,7 @@ SUBDIR += piewm SUBDIR += qvwm SUBDIR += scwm + SUBDIR += toolbox SUBDIR += tvtwm SUBDIR += vtwm SUBDIR += windowmaker diff --git a/x11-wm/toolbox/Makefile b/x11-wm/toolbox/Makefile index 73cc7d1ea2d8..93c82de72367 100644 --- a/x11-wm/toolbox/Makefile +++ b/x11-wm/toolbox/Makefile @@ -3,11 +3,11 @@ # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/06/19 08:25:28 cpiazza Exp $ +# $Id: Makefile,v 1.4 1999/08/07 18:15:46 cpiazza Exp $ # DISTNAME= toolbox-0.4.3 -CATEGORIES= misc +CATEGORIES= x11-wm MASTER_SITES= http://rfk.masslinux.com/blackbox/utils/ MAINTAINER= cpiazza@FreeBSD.org |