From 34589002f9eab66279c2a3b6e919805ba1766157 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 15 Oct 2013 17:17:05 +0000 Subject: - 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) --- databases/postgresql92-client/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/postgresql92-client') 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) -- cgit