diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 01:17:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 01:17:05 +0800 |
commit | 34589002f9eab66279c2a3b6e919805ba1766157 (patch) | |
tree | de02e4c642fcf1f616ae5bf5df4f0f5dde93852f /databases/postgresql92-client | |
parent | db8d12c6d445a6e32a70b3276826b53edea6ee60 (diff) | |
download | freebsd-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/Makefile | 3 |
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) |