aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql96-plpython
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
commit751aa87e6ac88bd51b95ae7f646cbe1aea156772 (patch)
tree52579a00ab8aec2f4988b46e16f077eda9c1f5a3 /databases/postgresql96-plpython
parent81c38160be7748626962de779d0183a3771ae5ca (diff)
Notes
Diffstat (limited to 'databases/postgresql96-plpython')
-rw-r--r--databases/postgresql96-plpython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
index fbc92d7cc976..64b6dd74d617 100644
--- a/databases/postgresql96-plpython/Makefile
+++ b/databases/postgresql96-plpython/Makefile
@@ -2,4 +2,6 @@
WANT_PGSQL_VER= 9.6
+INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
+
.include "${.CURDIR}/../postgresql12-plpython/Makefile"