26 Mar
2007
26 Mar
'07
5:02 p.m.
Hey Randall! One question about this commit: On Mar 26, 2007, at 5:47 AM, source_changes@macosforge.org wrote:
Revision 23139 Author rhwood@macports.org Date 2007-03-26 02:47:49 -0700 (Mon, 26 Mar 2007)
Log Message Upgrade to version 0.8.0 Claim joint maintainership with openmaintainer@ Correct dependencies based on trace output Add recommended command to post-activate from the build logs Whitespace changes Fix some configuration settings
Modified Paths • trunk/dports/gnome/evince/Portfile
---snip---
post-activate { - system "scrollkeeper-update" + system "scrollkeeper-update" + system "gtk-update-icon-cache -f -t /opt/local/share/icons/hicolor" }
Why hardcode /opt/local here and not use ${prefix} instead? -jmpp