aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql95-plpython
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-08-17 16:19:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-08-17 16:19:01 +0000
commit39a3788628fa226f3f757a79badd3799e294eb48 (patch)
treec5b15e841fdb8add29dde60aa9bc9ded95b39332 /databases/postgresql95-plpython
parent90652af7cd23dffd9a30abc2a2f6baff35f1438c (diff)
downloadports-39a3788628fa226f3f757a79badd3799e294eb48.tar.gz
ports-39a3788628fa226f3f757a79badd3799e294eb48.zip
Fix the PostgreSQL 10 package names.
Most of them were called things like postgresql10beta3-docs-10.b3 With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=448138
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r--databases/postgresql95-plpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index ce1cfde53acc..e3ff0e2eb64e 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Python to write SQL functions