diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-21 02:57:42 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-05-21 02:57:42 +0800 |
commit | c48bfef642a8b11240284c78be71330dce4068cc (patch) | |
tree | 1d8e3a5d21f34444f74e070300d2a38219969c22 /databases | |
parent | e131c11d06d4453b07db25752e9cfac162478b63 (diff) | |
download | freebsd-ports-gnome-c48bfef642a8b11240284c78be71330dce4068cc.tar.gz freebsd-ports-gnome-c48bfef642a8b11240284c78be71330dce4068cc.tar.zst freebsd-ports-gnome-c48bfef642a8b11240284c78be71330dce4068cc.zip |
databases/postgresql14-docs: Fix PKGBASE collision
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql14-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql14-docs/Makefile b/databases/postgresql14-docs/Makefile index 95607df48ed3..7ed19a3704d4 100644 --- a/databases/postgresql14-docs/Makefile +++ b/databases/postgresql14-docs/Makefile @@ -8,7 +8,7 @@ MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server -WANT_PGSQL_VER?=13 +WANT_PGSQL_VER?=14 DISTV= ${DISTVERSION:R} |