diff options
author | asami <asami@FreeBSD.org> | 1999-07-31 12:09:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-31 12:09:30 +0800 |
commit | ec870b57632c186d4d6ad96b01ce338170242d54 (patch) | |
tree | 5405ba3c504e6ae71b3339238002589cc0de6da6 | |
parent | c61cb84adcc2b0a2ea55d2a535fbc19b8c626ade (diff) | |
download | freebsd-ports-gnome-ec870b57632c186d4d6ad96b01ce338170242d54.tar.gz freebsd-ports-gnome-ec870b57632c186d4d6ad96b01ce338170242d54.tar.zst freebsd-ports-gnome-ec870b57632c186d4d6ad96b01ce338170242d54.zip |
Move enlightenment-conf from misc to x11-wm.
First noticed by: Jeremy Lea <reg@shale.csir.co.za>
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 947d1cd450ea..722aeafdcdd4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.220 1999/06/30 07:14:46 cpiazza Exp $ +# $Id: Makefile,v 1.221 1999/07/18 06:15:58 asami Exp $ # SUBDIR += 221upgrade @@ -32,7 +32,6 @@ SUBDIR += diction SUBDIR += display SUBDIR += dotfile - SUBDIR += enlightenment-conf SUBDIR += estic SUBDIR += ewipe SUBDIR += fd diff --git a/x11-wm/Makefile b/x11-wm/Makefile index cb7ddf248afb..cc393f34b339 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1999/05/04 22:31:01 steve Exp $ +# $Id: Makefile,v 1.15 1999/07/18 21:02:32 cpiazza Exp $ # SUBDIR += 9menu @@ -11,6 +11,7 @@ SUBDIR += blackbox SUBDIR += ctwm SUBDIR += enlightenment + SUBDIR += enlightenment-conf SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm2 |