[23184] trunk/dports/gnome/evince/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 26 20:00:45 PDT 2007


Revision: 23184
          http://trac.macosforge.org/projects/macports/changeset/23184
Author:   pipping at macports.org
Date:     2007-03-26 20:00:45 -0700 (Mon, 26 Mar 2007)

Log Message:
-----------
 * replace hardcoded prefix with variable

Modified Paths:
--------------
    trunk/dports/gnome/evince/Portfile

Modified: trunk/dports/gnome/evince/Portfile
===================================================================
--- trunk/dports/gnome/evince/Portfile	2007-03-27 02:54:31 UTC (rev 23183)
+++ trunk/dports/gnome/evince/Portfile	2007-03-27 03:00:45 UTC (rev 23184)
@@ -65,5 +65,5 @@
 
 post-activate	{
     system "scrollkeeper-update"
-    system "gtk-update-icon-cache -f -t /opt/local/share/icons/hicolor"
+    system "gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070326/b9ab67e9/attachment.html


More information about the macports-changes mailing list