aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-client/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-10-10 00:09:35 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-10-10 00:09:35 +0000
commit284d8b86830ae0392efe8ea2fd65a3ccdf952a42 (patch)
tree70cdf6e4ee0fea6e38e7defbc7e3ce9db69ed0ef /databases/postgresql92-client/Makefile
parent0ee5bfde1c3d2376c79e35486246423618b4f0cf (diff)
downloadports-284d8b86830ae0392efe8ea2fd65a3ccdf952a42.tar.gz
ports-284d8b86830ae0392efe8ea2fd65a3ccdf952a42.zip
- Fix pkg name collision
Reviewed by: pgsql@ With hat: pgsql@
Notes
Notes: svn path=/head/; revision=329946
Diffstat (limited to 'databases/postgresql92-client/Makefile')
-rw-r--r--databases/postgresql92-client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile
index 55b98e32b26e..0e69b4623d6f 100644
--- a/databases/postgresql92-client/Makefile
+++ b/databases/postgresql92-client/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= postgresql
-PKGNAMESUFFIX= -client
+PKGNAMESUFFIX?= ${DISTV:S/.//}-client
+DISTV= ${DISTVERSION:R}
COMMENT= PostgreSQL database (client)
@@ -14,6 +15,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \
INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
+COMPONENT= -client
USE_LDCONFIG= yes
NO_STAGE= yes