diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 00:02:37 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 00:02:37 +0800 |
commit | 1478098f8933caba435afa6a8b84d4dfdab444a4 (patch) | |
tree | 13914e57f50991a1afcfe6f7e1b60ce4ec302313 /databases/Makefile | |
parent | 35c3801e8c1fc8bd143f05cc065fcd776fb3ae8f (diff) | |
download | freebsd-ports-gnome-1478098f8933caba435afa6a8b84d4dfdab444a4.tar.gz freebsd-ports-gnome-1478098f8933caba435afa6a8b84d4dfdab444a4.tar.zst freebsd-ports-gnome-1478098f8933caba435afa6a8b84d4dfdab444a4.zip |
- Split databases/firebird in -client and -server ports
- Install libs and includes on ${LOCALBASE} instead ${LOCALBASE}/firebird
PR: ports/79337
Submitted by: maintainer
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 |