Revision: 76411 http://trac.macports.org/changeset/76411 Author: jwa@macports.org Date: 2011-02-22 07:36:26 -0800 (Tue, 22 Feb 2011) Log Message: ----------- drop ui_msg in favor of notes, reduce duplicate information Modified Paths: -------------- trunk/dports/databases/postgresql80/Portfile Modified: trunk/dports/databases/postgresql80/Portfile =================================================================== --- trunk/dports/databases/postgresql80/Portfile 2011-02-22 15:31:20 UTC (rev 76410) +++ trunk/dports/databases/postgresql80/Portfile 2011-02-22 15:36:26 UTC (rev 76411) @@ -93,9 +93,7 @@ configure.args-append --with-perl } -post-install { - ui_msg "\nTo use the postgresql server, install the postgresql80-server port" - ui_msg "\nNB! This is the last version of PostgreSQL 8.0; consider upgrading!\n" -} -notes "This is the last upgrade to 8.0 PostgreSQL, pls upgrade" +notes To use the postgresql server, install the postgresql80-server port, \ + also note that this is the last upgrade to 8.0 PostgreSQL, \ + consider upgrading
participants (1)
-
jwa@macports.org