aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-client
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-10-07 19:04:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-10-07 19:04:04 +0000
commit51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02 (patch)
treeb758b6c786bfd308b8d27c13166be306458875eb /databases/postgresql90-client
parentac09c9f0920781ed046412aecff224eac2fe4511 (diff)
downloadports-51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02.tar.gz
ports-51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02.zip
- Fix pkg name collision
Reviewed by: crees@ With hat: pgsql@
Notes
Notes: svn path=/head/; revision=329725
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r--databases/postgresql90-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile
index 7562647fee5f..856be70da40f 100644
--- a/databases/postgresql90-client/Makefile
+++ b/databases/postgresql90-client/Makefile
@@ -3,7 +3,8 @@
PORTNAME= postgresql
PORTREVISION= 0
-PKGNAMESUFFIX= -client
+PKGNAMESUFFIX?= ${DISTV:S/.//}-client
+DISTV= ${DISTVERSION:R}
COMMENT= PostgreSQL database (client)