diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-05-19 21:39:26 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-05-19 21:39:26 +0000 |
commit | 904d0574c1e6619709693210f55ae33093c01baf (patch) | |
tree | 5bd12fecf6781e4b5960ea7cfb2b9085a56fbf8f /devel/Makefile | |
parent | Correct typo: %D points to ${LINUXBASE} and I wanted ${PREFIX} (diff) |
Sort a few misordered entries.
Notes
Notes:
svn path=/head/; revision=42766
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6f84d2c0c2c2..c691645587c4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -268,10 +268,10 @@ SUBDIR += p5-BSD-Resource SUBDIR += p5-C-Scan SUBDIR += p5-Class-MethodMaker - SUBDIR += p5-ConfigReader SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Tom SUBDIR += p5-Config-IniFiles + SUBDIR += p5-ConfigReader SUBDIR += p5-Curses SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Flow @@ -279,8 +279,8 @@ SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Manip SUBDIR += p5-DateConvert - SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-DProf + SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-Peek SUBDIR += p5-Devel-Symdump SUBDIR += p5-Dialog @@ -393,11 +393,11 @@ SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-ncurses - SUBDIR += qtarch SUBDIR += py-omniorb SUBDIR += py-orbit SUBDIR += pychecker SUBDIR += qt-designer + SUBDIR += qtarch SUBDIR += qtez SUBDIR += qtk SUBDIR += re2c |