diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-06-28 01:33:00 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-06-28 01:33:00 +0000 |
commit | b205cd7d913b97d0bccca256a4d4dd5d94b492c4 (patch) | |
tree | 3d87244bbf39ea453ce574e1a5cbddec041cce6b /databases/firebird40-client | |
parent | dbbc9f821bd9039ff5679100be826ecf4c585fb3 (diff) |
databases/firebird40-client: Fix typo
Diffstat (limited to 'databases/firebird40-client')
-rw-r--r-- | databases/firebird40-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/firebird40-client/Makefile b/databases/firebird40-client/Makefile index 143e3fe4949f..93b63a96dac7 100644 --- a/databases/firebird40-client/Makefile +++ b/databases/firebird40-client/Makefile @@ -1,7 +1,7 @@ PORTNAME= firebird PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client -COMMENT= Firebird-3 database client +COMMENT= Firebird-4 database client MASTERDIR= ${.CURDIR}/../firebird40-server |