diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-09-06 19:23:36 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-09-06 19:23:36 +0000 |
commit | 69e84eb082301685bbe25e8a1bfb87b9ada9a251 (patch) | |
tree | 980d5f3755338c6861e375b4aad38094b5ebdfbd /databases/Makefile | |
parent | ff704d6439ed2300259a987a7a5473e8005ded0b (diff) | |
download | ports-69e84eb082301685bbe25e8a1bfb87b9ada9a251.tar.gz ports-69e84eb082301685bbe25e8a1bfb87b9ada9a251.zip |
nuke mysql entirely
add necessary entries for both mysql ports after repository copy
Notes
Notes:
svn path=/head/; revision=13033
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index c5dba26cdece..05e0b75c2b12 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,11 +1,12 @@ -# $Id: Makefile,v 1.28 1998/07/06 17:46:48 nectar Exp $ +# $Id: Makefile,v 1.29 1998/07/19 02:44:54 gpalmer Exp $ # SUBDIR += cdb SUBDIR += db SUBDIR += gdbm SUBDIR += gnats SUBDIR += msql - SUBDIR += mysql + SUBDIR += mysql321 + SUBDIR += mysql322 SUBDIR += p5-DBD-Pg SUBDIR += p5-DBI SUBDIR += p5-MLDBM |