[101559] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 15:27:25 PST 2013


Revision: 101559
          https://trac.macports.org/changeset/101559
Author:   ryandesign at macports.org
Date:     2013-01-13 15:27:25 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
wget: use notes instead of post-activate ui_msg

Modified Paths:
--------------
    trunk/dports/net/wget/Portfile

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2013-01-13 22:58:58 UTC (rev 101558)
+++ trunk/dports/net/wget/Portfile	2013-01-13 23:27:25 UTC (rev 101559)
@@ -90,9 +90,7 @@
     move ${destroot}${prefix}/etc/wgetrc ${destroot}${prefix}/etc/wgetrc.sample
 }
 
-post-activate {
-    if {![file exists ${prefix}/etc/wgetrc]} {
-        ui_msg "To customize wget, you can copy wgetrc.sample to wgetrc"
-        ui_msg "in ${prefix}/etc and then make changes."
-    }
-}
+notes "
+To customize wget, you can copy ${prefix}/etc/wgetrc.sample to\
+${prefix}/etc/wgetrc and then make changes.
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/162062a2/attachment.html>


More information about the macports-changes mailing list