diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
commit | 0cc19889124d8b604d212bb2abfda35f16dc7594 (patch) | |
tree | 179809a101ddf82e43378348786dfd3699f47523 /x11-themes | |
parent | 526586e8d2b99632ba8a0a461dd617cc61948e24 (diff) | |
download | ports-0cc19889124d8b604d212bb2abfda35f16dc7594.tar.gz ports-0cc19889124d8b604d212bb2abfda35f16dc7594.zip |
Reorder those files
Notes
Notes:
svn path=/head/; revision=104767
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index fb249364554b..69a55506d13b 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -1,11 +1,5 @@ # $FreeBSD$ # - SUBDIR += metacity-theme-6nome - SUBDIR += metacity-theme-aero - SUBDIR += metacity-theme-alloy-c - SUBDIR += metacity-theme-hacked-2 - SUBDIR += metacity-theme-iridium-rounded - SUBDIR += metacity-themes SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-cool-gorilla @@ -39,5 +33,11 @@ SUBDIR += kde-icons-steel SUBDIR += kde-icons-umicons SUBDIR += kde-icons-wasp + SUBDIR += metacity-theme-6nome + SUBDIR += metacity-theme-aero + SUBDIR += metacity-theme-alloy-c + SUBDIR += metacity-theme-hacked-2 + SUBDIR += metacity-theme-iridium-rounded + SUBDIR += metacity-themes .include <bsd.port.subdir.mk> |