commit: f75d5c71fc242ba4f13793edeebf5c99225adb93 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Tue Oct 11 17:28:06 2016 +0000 Commit: Amy Winston <amynka <AT> gentoo <DOT> org> CommitDate: Tue Oct 18 17:33:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75d5c71
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 dev-db/postgis/postgis-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/postgis/postgis-2.2.2.ebuild b/dev-db/postgis/postgis-2.2.2.ebuild index 8a0e5c7..9d93dd3 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" }
