aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-plpython
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-10-08 03:04:04 +0800
committerjgh <jgh@FreeBSD.org>2013-10-08 03:04:04 +0800
commit51aa74fb86c802ed6f236a1061c5dc08fc62a88c (patch)
treeb758b6c786bfd308b8d27c13166be306458875eb /databases/postgresql90-plpython
parent49125f44739922fa30174aa3689633d70eb3a0ae (diff)
downloadfreebsd-ports-gnome-51aa74fb86c802ed6f236a1061c5dc08fc62a88c.tar.gz
freebsd-ports-gnome-51aa74fb86c802ed6f236a1061c5dc08fc62a88c.tar.zst
freebsd-ports-gnome-51aa74fb86c802ed6f236a1061c5dc08fc62a88c.zip
- Fix pkg name collision
Reviewed by: crees@ With hat: pgsql@
Diffstat (limited to 'databases/postgresql90-plpython')
-rw-r--r--databases/postgresql90-plpython/Makefile3
1 files changed, 2 insertions, 1 deletions
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