diff options
author | mat <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
commit | cdd981b7ded571627316688b1ed41de2aa76a85a (patch) | |
tree | eb2bcec66d07669b3fd76d051e83284e742e0a10 /x11-themes | |
parent | 3fb3f8e9b98819a2a50b5c48cb2dd8e442f97096 (diff) | |
download | FreeBSD-ports-cdd981b7ded571627316688b1ed41de2aa76a85a.zip FreeBSD-ports-cdd981b7ded571627316688b1ed41de2aa76a85a.tar.gz |
Reorder those files
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 fb24936..69a5550 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> |