Use PGSQL_VER_NODOT
This commit is contained in:
parent
5edb3f8484
commit
866adffead
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507402
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue