summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-10-05 23:33:27 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-10-05 23:33:27 +0000
commit123d81521522aac7a46f8685e27915eb4dae8d35 (patch)
treef706523d7c6de5e2bb82f40443d06adfb01bd7ee
parent- Update to 1.0.0rc4 (diff)
- Sort category Makefiles
Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
Notes
Notes: svn path=/head/; revision=200970
-rw-r--r--astro/Makefile2
-rw-r--r--audio/Makefile2
-rw-r--r--biology/Makefile4
-rw-r--r--chinese/Makefile2
-rw-r--r--databases/Makefile12
-rw-r--r--devel/Makefile26
-rw-r--r--dns/Makefile2
-rw-r--r--emulators/Makefile8
-rw-r--r--games/Makefile18
-rw-r--r--graphics/Makefile6
-rw-r--r--misc/Makefile6
-rw-r--r--multimedia/Makefile6
-rw-r--r--net-im/Makefile32
-rw-r--r--net-p2p/Makefile28
-rw-r--r--net/Makefile8
-rw-r--r--security/Makefile4
-rw-r--r--textproc/Makefile2
-rw-r--r--www/Makefile2
-rw-r--r--x11-fonts/Makefile6
-rw-r--r--x11-themes/Makefile2
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-wm/Makefile4
22 files changed, 92 insertions, 92 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 5308beb54d7f..db3173df4e15 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -83,8 +83,8 @@
SUBDIR += xmoontool
SUBDIR += xphoon
SUBDIR += xplanet
- SUBDIR += xtide
SUBDIR += xrmap
+ SUBDIR += xtide
SUBDIR += xworld
.include <bsd.port.subdir.mk>
diff --git a/audio/Makefile b/audio/Makefile
index 57bd12223a6e..f7318465d192 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -581,8 +581,8 @@
SUBDIR += slimserver-slimscrobbler
SUBDIR += slimserver-superdatetime
SUBDIR += snack
- SUBDIR += snett
SUBDIR += snd
+ SUBDIR += snett
SUBDIR += snowstar
SUBDIR += solfege
SUBDIR += sonata
diff --git a/biology/Makefile b/biology/Makefile
index 974605303798..6625014fe476 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -13,10 +13,10 @@
SUBDIR += biococoa
SUBDIR += biojava
SUBDIR += blast
- SUBDIR += boinc-simap
- SUBDIR += clustalw
SUBDIR += blat
+ SUBDIR += boinc-simap
SUBDIR += chemeq
+ SUBDIR += clustalw
SUBDIR += crimap
SUBDIR += distribfold
SUBDIR += dna-qc
diff --git a/chinese/Makefile b/chinese/Makefile
index 6858ba593202..4f4ad030b315 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -34,7 +34,6 @@
SUBDIR += dfsongsd
SUBDIR += dictd-database
SUBDIR += docproj
- SUBDIR += gbk2uni
SUBDIR += emacs20
SUBDIR += enscript
SUBDIR += eterm
@@ -44,6 +43,7 @@
SUBDIR += fortunetw
SUBDIR += gb2jis
SUBDIR += gb2ps
+ SUBDIR += gbk2uni
SUBDIR += gbscript
SUBDIR += gcin
SUBDIR += gugod-clean
diff --git a/databases/Makefile b/databases/Makefile
index 238bef358b5a..3cdeebe44ff8 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -257,10 +257,10 @@
SUBDIR += p5-DBIx-Perlish
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-SQLEngine
+ SUBDIR += p5-DBIx-SQLite-Simple
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-Sequence
SUBDIR += p5-DBIx-Simple
- SUBDIR += p5-DBIx-SQLite-Simple
SUBDIR += p5-DBIx-Table
SUBDIR += p5-DBIx-TableHash
SUBDIR += p5-DBIx-Tree
@@ -317,6 +317,7 @@
SUBDIR += p5-qdbm
SUBDIR += p5-sqlrelay
SUBDIR += pear-DB
+ SUBDIR += pear-DBA
SUBDIR += pear-DBA_Relational
SUBDIR += pear-DB_DataObject
SUBDIR += pear-DB_DataObject_FormBuilder
@@ -325,7 +326,6 @@
SUBDIR += pear-DB_Sqlite_Tools
SUBDIR += pear-DB_Table
SUBDIR += pear-DB_ldap
- SUBDIR += pear-DBA
SUBDIR += pear-MDB
SUBDIR += pear-MDB2
SUBDIR += pear-MDB2_Driver_ibase
@@ -424,10 +424,6 @@
SUBDIR += py-PyGreSQL
SUBDIR += py-PySQLite10
SUBDIR += py-PySQLite11
- SUBDIR += py-pysqlite20
- SUBDIR += py-pysqlite21
- SUBDIR += py-pysqlite22
- SUBDIR += py-pysqlite23
SUBDIR += py-SQLDict
SUBDIR += py-axiom
SUBDIR += py-bsddb
@@ -443,6 +439,10 @@
SUBDIR += py-psycopg
SUBDIR += py-psycopg2
SUBDIR += py-pyPgSQL
+ SUBDIR += py-pysqlite20
+ SUBDIR += py-pysqlite21
+ SUBDIR += py-pysqlite22
+ SUBDIR += py-pysqlite23
SUBDIR += py-qt4-sql
SUBDIR += py-rrdpipe
SUBDIR += py-rrdtool_lgpl
diff --git a/devel/Makefile b/devel/Makefile
index 36b57cbb463e..95bd0b1f3c06 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -695,6 +695,10 @@
SUBDIR += loki
SUBDIR += looks
SUBDIR += lrmi
+ SUBDIR += lua-filename
+ SUBDIR += lua-gettext
+ SUBDIR += lua-posix
+ SUBDIR += lua-pty
SUBDIR += lua50-app
SUBDIR += lua50-compat51
SUBDIR += lua50-dfui
@@ -702,10 +706,6 @@
SUBDIR += lua50-gettext
SUBDIR += lua50-posix
SUBDIR += lua50-pty
- SUBDIR += lua-filename
- SUBDIR += lua-gettext
- SUBDIR += lua-posix
- SUBDIR += lua-pty
SUBDIR += luabind
SUBDIR += lwp
SUBDIR += m17n-db
@@ -1434,8 +1434,8 @@
SUBDIR += p5-Parse-Yapp
SUBDIR += p5-ParseLex
SUBDIR += p5-PatchReader
- SUBDIR += p5-PathTools
SUBDIR += p5-Path-Class
+ SUBDIR += p5-PathTools
SUBDIR += p5-Penguin
SUBDIR += p5-Penguin-Easy
SUBDIR += p5-Perl6-Builtins
@@ -1981,8 +1981,8 @@
SUBDIR += py-sqlcc
SUBDIR += py-statgrab
SUBDIR += py-tables
- SUBDIR += py-testgears
SUBDIR += py-tconfpy
+ SUBDIR += py-testgears
SUBDIR += py-testoob
SUBDIR += py-trace2html
SUBDIR += py-turbocheetah
@@ -2009,8 +2009,8 @@
SUBDIR += pychecker
SUBDIR += pycount
SUBDIR += pylint
- SUBDIR += pyobfuscate
SUBDIR += pymacs
+ SUBDIR += pyobfuscate
SUBDIR += pypersrc
SUBDIR += pyrex
SUBDIR += pythk
@@ -2020,6 +2020,11 @@
SUBDIR += qextmdi
SUBDIR += qmake
SUBDIR += qmake4
+ SUBDIR += qprog
+ SUBDIR += qsa
+ SUBDIR += qscintilla2
+ SUBDIR += qscintilla2-designerplugin
+ SUBDIR += qssl
SUBDIR += qt4
SUBDIR += qt4-assistant
SUBDIR += qt4-corelib
@@ -2037,11 +2042,6 @@
SUBDIR += qt4-script
SUBDIR += qt4-uic
SUBDIR += qt4-uic3
- SUBDIR += qprog
- SUBDIR += qsa
- SUBDIR += qscintilla2
- SUBDIR += qscintilla2-designerplugin
- SUBDIR += qssl
SUBDIR += quilt
SUBDIR += radrails
SUBDIR += ragel
@@ -2161,8 +2161,8 @@
SUBDIR += scandoc
SUBDIR += scons
SUBDIR += scsh-install-lib
- SUBDIR += sdl_sge
SUBDIR += sdl12
+ SUBDIR += sdl_sge
SUBDIR += sdlmm
SUBDIR += sdts++
SUBDIR += sedsed
diff --git a/dns/Makefile b/dns/Makefile
index 026c5bb54838..807831a4dda5 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -8,9 +8,9 @@
SUBDIR += bind8
SUBDIR += bind84
SUBDIR += bind9
- SUBDIR += bind94
SUBDIR += bind9-dlz
SUBDIR += bind9-sdb-ldap
+ SUBDIR += bind94
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += crossip
diff --git a/emulators/Makefile b/emulators/Makefile
index 7dbc93e18b48..d3121beb436c 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -72,15 +72,15 @@
SUBDIR += linux-vmware-toolbox5
SUBDIR += linux-vmware-toolbox6
SUBDIR += linux-winetools
- SUBDIR += linux_dist-gentoo-stage1
- SUBDIR += linux_dist-gentoo-stage2
- SUBDIR += linux_dist-gentoo-stage3
SUBDIR += linux_base-fc4
SUBDIR += linux_base-fc6
SUBDIR += linux_base-fc7
SUBDIR += linux_base-gentoo-stage1
SUBDIR += linux_base-gentoo-stage2
SUBDIR += linux_base-gentoo-stage3
+ SUBDIR += linux_dist-gentoo-stage1
+ SUBDIR += linux_dist-gentoo-stage2
+ SUBDIR += linux_dist-gentoo-stage3
SUBDIR += lisaem
SUBDIR += loemu
SUBDIR += m2000
@@ -121,8 +121,8 @@
SUBDIR += rtc
SUBDIR += sdlmame
SUBDIR += sdlmess
- SUBDIR += simh
SUBDIR += sim6811
+ SUBDIR += simh
SUBDIR += ski
SUBDIR += skyeye
SUBDIR += snes9express
diff --git a/games/Makefile b/games/Makefile
index b9864fdd7a24..5e3a8d2e5485 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -426,6 +426,7 @@
SUBDIR += linux-nerogame
SUBDIR += linux-nwnclient
SUBDIR += linux-nwserver
+ SUBDIR += linux-quake3
SUBDIR += linux-quake3-demo
SUBDIR += linux-quake4
SUBDIR += linux-quake4-demo
@@ -598,15 +599,6 @@
SUBDIR += q2pro
SUBDIR += q3base
SUBDIR += q3cellshading
- SUBDIR += linux-quake3
- SUBDIR += quake2max
- SUBDIR += quake3-excessive
- SUBDIR += quake3-freezetag
- SUBDIR += quake3-osp
- SUBDIR += quake3-ra3
- SUBDIR += quake3-rq3
- SUBDIR += quake3-ut
- SUBDIR += quake3-wfa
SUBDIR += qcc
SUBDIR += qccx
SUBDIR += qgo
@@ -635,8 +627,16 @@
SUBDIR += quake2-zaero
SUBDIR += quake2forge
SUBDIR += quake2lnx
+ SUBDIR += quake2max
SUBDIR += quake3
SUBDIR += quake3-data
+ SUBDIR += quake3-excessive
+ SUBDIR += quake3-freezetag
+ SUBDIR += quake3-osp
+ SUBDIR += quake3-ra3
+ SUBDIR += quake3-rq3
+ SUBDIR += quake3-ut
+ SUBDIR += quake3-wfa
SUBDIR += quakeforge
SUBDIR += quantumminigolf
SUBDIR += quaqut
diff --git a/graphics/Makefile b/graphics/Makefile
index 98832f932822..bea5e51c4b51 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -139,8 +139,8 @@
SUBDIR += flphoto
SUBDIR += fly
SUBDIR += fnlib
- SUBDIR += fotofix
SUBDIR += fortytwo
+ SUBDIR += fotofix
SUBDIR += fpc-cairo
SUBDIR += fpc-fpgtk
SUBDIR += fpc-ggi
@@ -460,8 +460,6 @@
SUBDIR += p5-Chart-Graph
SUBDIR += p5-Chart-PNGgraph
SUBDIR += p5-Color-Rgb
- SUBDIR += p5-GD-Thumbnail
- SUBDIR += p5-Geo-Proj4
SUBDIR += p5-GD
SUBDIR += p5-GD-Arrow
SUBDIR += p5-GD-Barcode
@@ -469,6 +467,8 @@
SUBDIR += p5-GD-Graph3d
SUBDIR += p5-GD-SVG
SUBDIR += p5-GD-TextUtil
+ SUBDIR += p5-GD-Thumbnail
+ SUBDIR += p5-Geo-Proj4
SUBDIR += p5-Graph-Easy
SUBDIR += p5-Graph-ReadWrite
SUBDIR += p5-Graph-SocialMap
diff --git a/misc/Makefile b/misc/Makefile
index 49e4198e03e1..cb7f18c01f36 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -403,12 +403,12 @@
SUBDIR += qbrew
SUBDIR += qlas
SUBDIR += qmc
+ SUBDIR += qt4-doc
+ SUBDIR += qt4-qtconfig
+ SUBDIR += qt4-qtdemo
SUBDIR += quick-lounge-applet
SUBDIR += quotes
SUBDIR += quranref
- SUBDIR += qt4-qtdemo
- SUBDIR += qt4-doc
- SUBDIR += qt4-qtconfig
SUBDIR += ree
SUBDIR += renamedlgplugins
SUBDIR += rfc
diff --git a/multimedia/Makefile b/multimedia/Makefile
index f78b7d73f0b9..3a2d2f481d26 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -69,8 +69,8 @@
SUBDIR += gstreamer-plugins-fluendo-mpegdemux
SUBDIR += gstreamer-plugins-gnonlin
SUBDIR += gstreamer-plugins-good
- SUBDIR += gstreamer-plugins-mpeg2enc
SUBDIR += gstreamer-plugins-mpeg2dec
+ SUBDIR += gstreamer-plugins-mpeg2enc
SUBDIR += gstreamer-plugins-theora
SUBDIR += gstreamer-plugins-ugly
SUBDIR += gstreamer-plugins-x264
@@ -167,11 +167,11 @@
SUBDIR += openquicktime
SUBDIR += oqtencoder
SUBDIR += oqtplayer
- SUBDIR += p5-MP4-Info
SUBDIR += p5-FFmpeg-Command
SUBDIR += p5-FLV-Info
SUBDIR += p5-File-Format-RIFF
SUBDIR += p5-GStreamer
+ SUBDIR += p5-MP4-Info
SUBDIR += p5-RIFF-Info
SUBDIR += p5-Subtitles
SUBDIR += p5-Video-Info
@@ -186,8 +186,8 @@
SUBDIR += py-gstreamer
SUBDIR += py-pybmp
SUBDIR += qdvdauthor
- SUBDIR += quodlibet
SUBDIR += quark
+ SUBDIR += quodlibet
SUBDIR += recmpeg
SUBDIR += recordmydesktop
SUBDIR += replex
diff --git a/net-im/Makefile b/net-im/Makefile
index 71a9a8383c75..d9fa7349fb5d 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -43,16 +43,16 @@
SUBDIR += icqnd
SUBDIR += imcom
SUBDIR += iserverd
- SUBDIR += jabber.el
- SUBDIR += jabberd
SUBDIR += jabber
SUBDIR += jabber-conference
SUBDIR += jabber-jud
SUBDIR += jabber-pyaim
SUBDIR += jabber-pyicq
SUBDIR += jabber-pymsn
- SUBDIR += jabber-yahoo
SUBDIR += jabber-users-agent
+ SUBDIR += jabber-yahoo
+ SUBDIR += jabber.el
+ SUBDIR += jabberd
SUBDIR += jarl
SUBDIR += jggtrans
SUBDIR += jit
@@ -85,19 +85,6 @@
SUBDIR += newsbot
SUBDIR += ocaml-jabbr
SUBDIR += openfire
- SUBDIR += p5-POE-Component-Client-MSN
- SUBDIR += pebrot
- SUBDIR += pidgin
- SUBDIR += pidgin-guifications
- SUBDIR += pidgin-hotkeys
- SUBDIR += pidgin-latex
- SUBDIR += pidgin-libnotify
- SUBDIR += pidgin-rhythmbox
- SUBDIR += pork
- SUBDIR += py-msnp
- SUBDIR += py-pyxmpp
- SUBDIR += py-xmpppy-yahoo
- SUBDIR += pymsn
SUBDIR += p5-DJabberd
SUBDIR += p5-Jabber-Connection
SUBDIR += p5-Jabber-Lite
@@ -111,12 +98,25 @@
SUBDIR += p5-Net-OSCAR
SUBDIR += p5-Net-Stomp
SUBDIR += p5-Net-XMPP
+ SUBDIR += p5-POE-Component-Client-MSN
+ SUBDIR += pebrot
+ SUBDIR += pidgin
+ SUBDIR += pidgin-guifications
+ SUBDIR += pidgin-hotkeys
+ SUBDIR += pidgin-latex
+ SUBDIR += pidgin-libnotify
+ SUBDIR += pidgin-rhythmbox
+ SUBDIR += pork
SUBDIR += psi
SUBDIR += psi-gentoo
SUBDIR += py-jabber
+ SUBDIR += py-msnp
+ SUBDIR += py-pyxmpp
SUBDIR += py-twistedWords
SUBDIR += py-xmpppy
SUBDIR += py-xmpppy-irc
+ SUBDIR += py-xmpppy-yahoo
+ SUBDIR += pymsn
SUBDIR += ruby-xmpp4r
SUBDIR += sendxmpp
SUBDIR += sim-im
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 675a9bf7732e..fd4af81da8ad 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -21,29 +21,29 @@
SUBDIR += dctc
SUBDIR += dctc-gui
SUBDIR += dctc-gui-qt
+ SUBDIR += deluge
+ SUBDIR += ed2k
SUBDIR += edonkey-gui-gtk
SUBDIR += edonkey-gui-gtk-urlslave
SUBDIR += edonkey-tool-hash
- SUBDIR += deluge
- SUBDIR += ed2k
SUBDIR += fcptools
SUBDIR += fidelio
SUBDIR += frost
SUBDIR += frostwire
SUBDIR += gift
- SUBDIR += giftcurs
- SUBDIR += giftoxic
- SUBDIR += giftui
SUBDIR += gift-ares
SUBDIR += gift-fasttrack
SUBDIR += gift-gnutella
SUBDIR += gift-openft
+ SUBDIR += giftcurs
+ SUBDIR += giftoxic
+ SUBDIR += giftui
SUBDIR += gkrellm-gift
SUBDIR += gkremldk
SUBDIR += gnewtellium
SUBDIR += gnunet
- SUBDIR += gtkhx
SUBDIR += gtk-gnutella
+ SUBDIR += gtkhx
SUBDIR += gtorrentviewer
SUBDIR += hagelslag
SUBDIR += hx
@@ -77,22 +77,24 @@
SUBDIR += mldonkey-perlreactor
SUBDIR += mldonkey-serverspy
SUBDIR += mldonkey-urlslave
- SUBDIR += museekplus
- SUBDIR += mutella
SUBDIR += moodriver
SUBDIR += mooseekd
+ SUBDIR += museekplus
SUBDIR += mute-net
SUBDIR += mute-net-gui
SUBDIR += mute-net-text
+ SUBDIR += mutella
SUBDIR += napshare
SUBDIR += nicotine
SUBDIR += nicotine-plus
SUBDIR += opendchub
SUBDIR += opennap
+ SUBDIR += p5-Net-BitTorrent-File
+ SUBDIR += p5-Net-BitTorrent-PeerPacket
+ SUBDIR += p5-WWW-BitTorrent
+ SUBDIR += p5-pdonkey
SUBDIR += peercast
SUBDIR += phex
- SUBDIR += py-vertex
- SUBDIR += pyslsk
SUBDIR += py-bittornado
SUBDIR += py-bittornado-core
SUBDIR += py-bittorrent
@@ -101,10 +103,8 @@
SUBDIR += py-kenosis
SUBDIR += py-kenosis-bittorrent
SUBDIR += py-py2play
- SUBDIR += p5-Net-BitTorrent-File
- SUBDIR += p5-Net-BitTorrent-PeerPacket
- SUBDIR += p5-WWW-BitTorrent
- SUBDIR += p5-pdonkey
+ SUBDIR += py-vertex
+ SUBDIR += pyslsk
SUBDIR += qbittorrent
SUBDIR += qtella
SUBDIR += qtorrent
diff --git a/net/Makefile b/net/Makefile
index 3ffb5a80fcc6..bbc2d6bc8fc7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -28,14 +28,14 @@
SUBDIR += asfrecorder
SUBDIR += aslookup
SUBDIR += asterisk
- SUBDIR += asterisk12
SUBDIR += asterisk-addons
- SUBDIR += asterisk12-addons
- SUBDIR += asterisk12-app-ldap
SUBDIR += asterisk-app-ldap
SUBDIR += asterisk-app-notify
SUBDIR += asterisk-bristuff
SUBDIR += asterisk-oh323
+ SUBDIR += asterisk12
+ SUBDIR += asterisk12-addons
+ SUBDIR += asterisk12-app-ldap
SUBDIR += astfax
SUBDIR += atmsupport
SUBDIR += avahi
@@ -412,7 +412,6 @@
SUBDIR += ortp
SUBDIR += osrtspproxy
SUBDIR += ossp-sa
- SUBDIR += p54u
SUBDIR += p5-AddressBook
SUBDIR += p5-Apache2-SOAP
SUBDIR += p5-BBS-UserInfo
@@ -581,6 +580,7 @@
SUBDIR += p5-X500-DN
SUBDIR += p5-XPC
SUBDIR += p5-perl-ldap
+ SUBDIR += p54u
SUBDIR += panoptis
SUBDIR += paris-traceroute
SUBDIR += passlogd
diff --git a/security/Makefile b/security/Makefile
index ea648d651a7b..43767c9c8324 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -77,11 +77,11 @@
SUBDIR += clamtk
SUBDIR += clusterssh
SUBDIR += cmd5checkpw
+ SUBDIR += cops
SUBDIR += courier-authlib
SUBDIR += courier-authlib-base
SUBDIR += courierpassd
SUBDIR += courierpasswd
- SUBDIR += cops
SUBDIR += courieruserinfo
SUBDIR += cp2fwb
SUBDIR += crack
@@ -621,10 +621,10 @@
SUBDIR += py-pow
SUBDIR += py-pycrypto
SUBDIR += py-rijndael
- SUBDIR += py-twofish
SUBDIR += py-tlslite
SUBDIR += py-trustedpickle
SUBDIR += py-twistedConch
+ SUBDIR += py-twofish
SUBDIR += py-xmlsec
SUBDIR += qca-tls
SUBDIR += qident
diff --git a/textproc/Makefile b/textproc/Makefile
index d64ca7ec22f3..92013f376b44 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -110,8 +110,8 @@
SUBDIR += docproj
SUBDIR += docproj-jadetex
SUBDIR += docproj-nojadetex
- SUBDIR += domc
SUBDIR += dom4j
+ SUBDIR += domc
SUBDIR += dsssl-docbook-cygnus
SUBDIR += dsssl-docbook-modular
SUBDIR += dtd-catalogs
diff --git a/www/Makefile b/www/Makefile
index b0eb69b40307..ad65f6b12e09 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1071,9 +1071,9 @@
SUBDIR += rnews
SUBDIR += roundup
SUBDIR += roxen
+ SUBDIR += rssowl
SUBDIR += rsstail
SUBDIR += rsstool
- SUBDIR += rssowl
SUBDIR += rt2
SUBDIR += rt3
SUBDIR += rt32
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 4fe8958ffc24..3ec54ad6256c 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -86,11 +86,11 @@
SUBDIR += lfpfonts-fix
SUBDIR += lfpfonts-var
SUBDIR += libFS
- SUBDIR += liberation-fonts-ttf
- SUBDIR += libfontenc
SUBDIR += libXfont
SUBDIR += libXfontcache
SUBDIR += libXft
+ SUBDIR += liberation-fonts-ttf
+ SUBDIR += libfontenc
SUBDIR += linux-fontconfig
SUBDIR += manu-gothica
SUBDIR += mathfonts
@@ -126,9 +126,9 @@
SUBDIR += wqy
SUBDIR += xf86bigfontproto
SUBDIR += xfed
+ SUBDIR += xfontsel
SUBDIR += xfs
SUBDIR += xfsinfo
- SUBDIR += xfontsel
SUBDIR += xlsfonts
SUBDIR += xmbdfed
SUBDIR += xorg-fonts
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index bc70cde66dea..e320ba768657 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -40,8 +40,8 @@
SUBDIR += e17-theme-milky
SUBDIR += e17-theme-night_bling
SUBDIR += e17-theme-simply_white
- SUBDIR += engradient
SUBDIR += emerald-themes
+ SUBDIR += engradient
SUBDIR += enlightenment-theme-BlueSteel
SUBDIR += enlightenment-theme-BrushedMetal-Tigert
SUBDIR += enlightenment-theme-Ganymede
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 5e283954b0dc..dd6d82b2d04f 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -151,8 +151,8 @@
SUBDIR += p5-Gtk2-TrayIcon
SUBDIR += p5-GtkXmHTML
SUBDIR += p5-Prima
- SUBDIR += p5-TclTk
SUBDIR += p5-Tcl-Tk
+ SUBDIR += p5-TclTk
SUBDIR += p5-Tk
SUBDIR += p5-Tk-Autoscroll
SUBDIR += p5-Tk-ColourChooser
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 0da0f9b771c3..9c814fd47dd1 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -30,11 +30,11 @@
SUBDIR += ccsm
SUBDIR += clementine
SUBDIR += compiz
- SUBDIR += compizconfig-backend-gconf
- SUBDIR += compizconfig-python
SUBDIR += compiz-fusion-plugins-extra
SUBDIR += compiz-fusion-plugins-main
SUBDIR += compiz-fusion-plugins-unsupported
+ SUBDIR += compizconfig-backend-gconf
+ SUBDIR += compizconfig-python
SUBDIR += ctwm
SUBDIR += devilspie
SUBDIR += dwm