diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:02:37 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 16:02:37 +0000 |
commit | 2c50aa03a973fd9d8739cfae36e421706a0ac592 (patch) | |
tree | 68f55f78d32700dd675036e8242cc50837cdbff0 /databases/Makefile | |
parent | Update to 0.49 (diff) |
- Split databases/firebird in -client and -server ports
- Install libs and includes on ${LOCALBASE} instead ${LOCALBASE}/firebird
PR: ports/79337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=135483
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 809c0c4d4b5e..d3292f675206 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -39,7 +39,8 @@ SUBDIR += erserver SUBDIR += evolution-data-server SUBDIR += fastdb - SUBDIR += firebird + SUBDIR += firebird-server + SUBDIR += firebird-client SUBDIR += firebird-devel SUBDIR += fireprofile SUBDIR += fpc-ibase |