diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird21-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/firebird21-client/Makefile b/databases/firebird21-client/Makefile index 0f077ba164ce..221e5d227fdf 100644 --- a/databases/firebird21-client/Makefile +++ b/databases/firebird21-client/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= firebird -PKGNAMESUFFIX= -client +PORTREVISION= 1 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client COMMENT= Firebird-2 database client |