summaryrefslogtreecommitdiff
path: root/databases/postgresql90-plpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-plpython/Makefile')
-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