diff options
author | acm <acm@FreeBSD.org> | 2013-10-03 14:56:20 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-03 14:56:20 +0800 |
commit | 1cc3f7c4cbe2b83e353029ad209806f615a438a8 (patch) | |
tree | d5d42a0dc6f2366434f153899c39bad204f878e8 /databases/firebird25-client | |
parent | ca3a8c1ff188c9b3f7f713e004a4a0778fa5674c (diff) | |
download | freebsd-ports-gnome-1cc3f7c4cbe2b83e353029ad209806f615a438a8.tar.gz freebsd-ports-gnome-1cc3f7c4cbe2b83e353029ad209806f615a438a8.tar.zst freebsd-ports-gnome-1cc3f7c4cbe2b83e353029ad209806f615a438a8.zip |
- Some modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
Diffstat (limited to 'databases/firebird25-client')
-rw-r--r-- | databases/firebird25-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/firebird25-client/Makefile b/databases/firebird25-client/Makefile index c8675b048ff6..0dd67a2030c7 100644 --- a/databases/firebird25-client/Makefile +++ b/databases/firebird25-client/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= firebird -PKGNAMESUFFIX= -client +PORTREVISION= 2 +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client COMMENT= Firebird-2 database client |