aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql92-client
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-16 01:17:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-16 01:17:05 +0800
commit34589002f9eab66279c2a3b6e919805ba1766157 (patch)
treede02e4c642fcf1f616ae5bf5df4f0f5dde93852f /databases/postgresql92-client
parentdb8d12c6d445a6e32a70b3276826b53edea6ee60 (diff)
downloadfreebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.tar.gz
freebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.tar.zst
freebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.zip
- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint
- Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql)
Diffstat (limited to 'databases/postgresql92-client')
-rw-r--r--databases/postgresql92-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql92-client/Makefile b/databases/postgresql92-client/Makefile
index 0e69b4623d6f..44ce72afbd80 100644
--- a/databases/postgresql92-client/Makefile
+++ b/databases/postgresql92-client/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PKGNAMESUFFIX?= ${DISTV:S/.//}-client
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
COMMENT= PostgreSQL database (client)