diff options
author | acm <acm@FreeBSD.org> | 2013-10-03 14:59:02 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-03 14:59:02 +0800 |
commit | 6dbdba21057703cb2c7a61b79f671951be9b7feb (patch) | |
tree | fb65f64b6342088483cd0687ae73f092c1e7eba2 /databases | |
parent | 85e18f60029503638817e6cf1a99c567bf5bb2a6 (diff) | |
download | freebsd-ports-gnome-6dbdba21057703cb2c7a61b79f671951be9b7feb.tar.gz freebsd-ports-gnome-6dbdba21057703cb2c7a61b79f671951be9b7feb.tar.zst freebsd-ports-gnome-6dbdba21057703cb2c7a61b79f671951be9b7feb.zip |
- Some modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
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 |