summaryrefslogtreecommitdiff
path: root/databases/postgresql15-plpython/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2024-08-08 09:25:22 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2024-08-08 13:02:46 +0000
commitb4e71c8402d027a49eeddb5b585b591019654bb8 (patch)
tree68b5d0f341247e72346cc1f8f4646cfb2467b676 /databases/postgresql15-plpython/Makefile
parent7327472603f98df8f9e889a599b3c6dd64d5feea (diff)
Diffstat (limited to 'databases/postgresql15-plpython/Makefile')
-rw-r--r--databases/postgresql15-plpython/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql15-plpython/Makefile b/databases/postgresql15-plpython/Makefile
index 838960cf4f27..5545b860c18b 100644
--- a/databases/postgresql15-plpython/Makefile
+++ b/databases/postgresql15-plpython/Makefile
@@ -2,7 +2,7 @@ PORTNAME= postgresql
CATEGORIES= databases python
# Keep the ?=, it is used as master by the other plpython ports.
PORTREVISION?= 0
-PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
+PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= Module for using Python to write SQL functions
@@ -11,7 +11,7 @@ WWW= https://www.postgresql.org/
USES+= pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE}
WANT_PGSQL= server
-MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server
+MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER}-server
WANT_PGSQL_VER?= 15
WANT_PYTHON_USE?= python