diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2020-05-17 20:37:04 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2020-05-17 20:37:04 +0000 |
| commit | 751aa87e6ac88bd51b95ae7f646cbe1aea156772 (patch) | |
| tree | 52579a00ab8aec2f4988b46e16f077eda9c1f5a3 /databases/postgresql12-plpython | |
| parent | 81c38160be7748626962de779d0183a3771ae5ca (diff) | |
Notes
Diffstat (limited to 'databases/postgresql12-plpython')
| -rw-r--r-- | databases/postgresql12-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile index dea6d0d02cec..c4ec10c28d8a 100644 --- a/databases/postgresql12-plpython/Makefile +++ b/databases/postgresql12-plpython/Makefile @@ -20,8 +20,8 @@ WANT_PYTHON_USE?= python CONFIGURE_ARGS= --with-python COMPONENT= -plpython -BUILD_DIRS= src/backend src/pl/plpython -INSTALL_DIRS= src/pl/plpython +BUILD_DIRS= src/backend ${INSTALL_DIRS} +INSTALL_DIRS?= src/pl/plpython contrib/hstore_plpython contrib/jsonb_plpython contrib/ltree_plpython SLAVE_ONLY= yes .include "${MASTERDIR}/Makefile" |
