diff options
author | fenner <fenner@FreeBSD.org> | 1997-08-19 07:17:56 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-08-19 07:17:56 +0000 |
commit | 421dde813743cf9a95d342ccecedfb7ccd65dc8f (patch) | |
tree | 4233e2334ae102f088f572eed8f0c82ae46ee430 | |
parent | a8bfa539bad81959b5a72e8699a31eb56e6e5a80 (diff) | |
download | FreeBSD-ports-421dde813743cf9a95d342ccecedfb7ccd65dc8f.zip FreeBSD-ports-421dde813743cf9a95d342ccecedfb7ccd65dc8f.tar.gz |
Re-sort SUBDIRS
-rw-r--r-- | databases/Makefile | 4 | ||||
-rw-r--r-- | games/Makefile | 4 | ||||
-rw-r--r-- | graphics/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/Makefile b/databases/Makefile index 661a37d..560954a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.19 1997/07/20 14:34:58 jfitz Exp $ +# $Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp $ # SUBDIR += db SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql SUBDIR += mysql - SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-Pg + SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI SUBDIR += p5-Msql SUBDIR += p5-Mysql diff --git a/games/Makefile b/games/Makefile index e9585356..3d916e7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.83 1997/07/15 02:09:21 obrien Exp $ +# $Id: Makefile,v 1.84 1997/08/04 11:46:46 tg Exp $ # SUBDIR += acm @@ -84,10 +84,10 @@ SUBDIR += xshisen SUBDIR += xshogi SUBDIR += xskat - SUBDIR += xspringies SUBDIR += xsokoban SUBDIR += xsol SUBDIR += xsoldier + SUBDIR += xspringies SUBDIR += xtetris SUBDIR += xtic SUBDIR += xtriangles diff --git a/graphics/Makefile b/graphics/Makefile index a9bd54f..f15328e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.49 1997/06/27 02:00:31 jfitz Exp $ +# $Id: Makefile,v 1.50 1997/07/15 15:02:29 itojun Exp $ # SUBDIR += ImageMagick @@ -7,8 +7,8 @@ SUBDIR += camediaplay SUBDIR += dc3play SUBDIR += dore - SUBDIR += geomview SUBDIR += gd + SUBDIR += geomview SUBDIR += giflib SUBDIR += gifmerge SUBDIR += giftool @@ -29,8 +29,8 @@ SUBDIR += mpegedit SUBDIR += mplex SUBDIR += netpbm - SUBDIR += p5-Image-Size SUBDIR += p5-GD + SUBDIR += p5-Image-Size SUBDIR += pgperl SUBDIR += pgplot SUBDIR += pixmap |