diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql12-pgtcl/Makefile | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/databases/Makefile b/databases/Makefile index 34ac2a3e4695..f5e796a27a4d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -669,7 +669,6 @@ SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-wal2json SUBDIR += postgresql-zhparser - SUBDIR += postgresql12-pgtcl SUBDIR += postgresql12-server SUBDIR += postgresql13-client SUBDIR += postgresql13-contrib diff --git a/databases/postgresql12-pgtcl/Makefile b/databases/postgresql12-pgtcl/Makefile deleted file mode 100644 index 98a77ac548a2..000000000000 --- a/databases/postgresql12-pgtcl/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -PORTREVISION= 0 -PKGNAMESUFFIX= -postgresql12 - -CONFLICTS= pgtcl pgtcl-postgresql9[0123456] pgtcl-postgresql1[013-9] - -PGTCL_SLAVE= 12 -MASTERDIR= ${.CURDIR}/../pgtcl - -.include "${MASTERDIR}/Makefile" |