aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_dirtyread
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-27 11:54:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-27 11:54:14 +0000
commit866adffeadd37408b8128223fcd5f23e1545a4d4 (patch)
treef46ca6c0a1fcae82517af7748a3388c1db7fea9b /databases/pg_dirtyread
parent5edb3f8484abe247b07e02ef3464e1b0f1776e84 (diff)
downloadports-866adffeadd37408b8128223fcd5f23e1545a4d4.tar.gz
ports-866adffeadd37408b8128223fcd5f23e1545a4d4.zip
Use PGSQL_VER_NODOT
Notes
Notes: svn path=/head/; revision=507402
Diffstat (limited to 'databases/pg_dirtyread')
-rw-r--r--databases/pg_dirtyread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pg_dirtyread/Makefile b/databases/pg_dirtyread/Makefile
index 3ede43ce2b8e..bacfb2522224 100644
--- a/databases/pg_dirtyread/Makefile
+++ b/databases/pg_dirtyread/Makefile
@@ -5,7 +5,7 @@ PORTNAME= pg_dirtyread
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= databases
-PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
+PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read dead but unvacuumed tuples from a PostgreSQL relation