diff options
author | Chris Mayo <aklhfex@gmail.com> | 2016-10-11 18:28:06 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-10-18 19:33:33 +0200 |
commit | f75d5c71fc242ba4f13793edeebf5c99225adb93 (patch) | |
tree | b5507b2b0a7f4d97765b7e301a0095cb854b314a /dev-db | |
parent | sys-libs/libomp: Backport upstream musl fix by Lei Zhang (diff) | |
download | gentoo-f75d5c71fc242ba4f13793edeebf5c99225adb93.tar.gz gentoo-f75d5c71fc242ba4f13793edeebf5c99225adb93.tar.bz2 gentoo-f75d5c71fc242ba4f13793edeebf5c99225adb93.zip |
dev-db/postgis: fix URL of online manual in elog
Gentoo-Bug: https://bugs.gentoo.org/573812
Closes: #2537
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/postgis-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgis/postgis-2.2.2.ebuild b/dev-db/postgis/postgis-2.2.2.ebuild index 8a0e5c7abea9..9d93dd357555 100644 --- a/dev-db/postgis/postgis-2.2.2.ebuild +++ b/dev-db/postgis/postgis-2.2.2.ebuild @@ -141,5 +141,5 @@ pkg_postinst() { postgresql-config update elog "To finish installing PostGIS, follow the directions detailed at:" - elog "http://postgis.net/docs/manual-${MY_PV}/postgis_installation.html#create_new_db_extensions" + elog "http://postgis.net/docs/manual-${PGIS}/postgis_installation.html#create_new_db_extensions" } |