[47207] trunk/dports/emulators/atari800
Ryan Schmidt
ryandesign at macports.org
Tue Feb 24 00:03:46 PST 2009
On Feb 23, 2009, at 07:58, krischik at macports.org wrote:
> --- trunk/dports/emulators/atari800/files/Atari320XE.app/Contents/
> MacOS/Atari320XE.command (rev 0)
> +++ trunk/dports/emulators/atari800/files/Atari320XE.app/Contents/
> MacOS/Atari320XE.command 2009-02-23 13:58:00 UTC (rev 47207)
> @@ -0,0 +1,43 @@
> +#!/bin/zsh
> +##############################################################
> {{{1 ##########
> +# $Author$
> +# $Revision$
> +# $Date$
> +# $HeadURL$
> +############################################################## }}}
> 1 ##########
> +
> +local User_Data="${HOME}/Library/Application Support/Atari800"
> +local System_Data="/opt/local/share/atari800";
In this revision, you've hardcoded /opt/local in several places
again. This needs to be fixed to work with any prefix again.
More information about the macports-dev
mailing list