From 51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Mon, 7 Oct 2013 19:04:04 +0000 Subject: - Fix pkg name collision Reviewed by: crees@ With hat: pgsql@ --- databases/postgresql90-plpython/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/postgresql90-plpython') diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index 183d860c16bd..0e21cbbde52c 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -2,7 +2,8 @@ PORTNAME= postgresql CATEGORIES= databases python -PKGNAMESUFFIX= -plpython +PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython +DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Python to write SQL functions -- cgit v1.3