[77823] trunk/dports/devel/glade/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 13 22:56:44 PDT 2011


Revision: 77823
          http://trac.macports.org/changeset/77823
Author:   ryandesign at macports.org
Date:     2011-04-13 22:56:44 -0700 (Wed, 13 Apr 2011)
Log Message:
-----------
glade: use notes instead of ui_msg

Modified Paths:
--------------
    trunk/dports/devel/glade/Portfile

Modified: trunk/dports/devel/glade/Portfile
===================================================================
--- trunk/dports/devel/glade/Portfile	2011-04-14 05:55:59 UTC (rev 77822)
+++ trunk/dports/devel/glade/Portfile	2011-04-14 05:56:44 UTC (rev 77823)
@@ -44,17 +44,15 @@
 
 configure.args      --disable-gnome-db
 
-post-activate {
-    ui_msg "--------------------------------------------------------------------------"
-    ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
-    ui_msg "--------------------------------------------------------------------------"
-}
-
 variant gnomedb description {Enable GNOME DB support} {
     configure.args-delete --disable-gnome-db
     depends_lib-append port:libgnomedb
 }
 
+notes "
+Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\"
+"
+
 livecheck.type      regex
 livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110413/19892836/attachment.html>


More information about the macports-changes mailing list