diff options
author | scrappy <scrappy@FreeBSD.org> | 1997-04-02 20:43:58 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1997-04-02 20:43:58 +0800 |
commit | e69ba79df160ae79df77576aff660a85d6e26f99 (patch) | |
tree | 0aa5c4cff12fa93536a2c3b3eae286280dd42109 /databases | |
parent | 4c2fc780db96960fa269e9018d7c1367f9915f4b (diff) | |
download | freebsd-ports-gnome-e69ba79df160ae79df77576aff660a85d6e26f99.tar.gz freebsd-ports-gnome-e69ba79df160ae79df77576aff660a85d6e26f99.tar.zst freebsd-ports-gnome-e69ba79df160ae79df77576aff660a85d6e26f99.zip |
Add PostgreSQL port, remove Postgres95 port
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 427fbb338b09..33fd0ac97826 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.12 1996/12/12 02:41:29 erich Exp $ +# $Id: Makefile,v 1.13 1997/03/25 04:40:29 jfitz Exp $ # + SUBDIR += PostgreSQL SUBDIR += exodus SUBDIR += gdbm SUBDIR += gnats @@ -9,7 +10,6 @@ SUBDIR += p5-DBI SUBDIR += p5-Msql SUBDIR += p5-Pg - SUBDIR += postgres95 SUBDIR += typhoon SUBDIR += xfsql |