diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-27 01:57:59 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-27 01:57:59 +0000 |
commit | 86d78106faca7b549e7c0eb38ab18d665373d4a4 (patch) | |
tree | 7da5e3f23b87226b25c37b8e7d9a1bbaf4faafc8 /games | |
parent | Fix category. (diff) |
Prevent the program from forgetting the X-Plane path after the user
modifies the preferences.
Notes
Notes:
svn path=/head/; revision=149633
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-goodway/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-goodway/Makefile b/games/linux-goodway/Makefile index f1d7cb7a44cd..299ec62f5f57 100644 --- a/games/linux-goodway/Makefile +++ b/games/linux-goodway/Makefile @@ -7,6 +7,7 @@ PORTNAME= linux-goodway PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= games linux MASTER_SITES= http://www.xpgoodwayteam.org/dwn_goodway/ DISTNAME= goodwayv${GWVERSION}_free @@ -57,7 +58,7 @@ post-patch: @${MV} ${WRKSRC}/JRE/javaws/javawsbin ${WRKSRC}/.programs/JRE/javaws do-build: - @${ECHO_CMD} 'GNL_XPlaneEXE=${X11BASE}/bin/X-Plane' > ${WRKSRC}/Properties3.prf + @${ECHO_CMD} 'GNL_XPlaneEXE=${X11BASE}/lib/x-plane/X-Plane-816-lin1-i586' > ${WRKSRC}/Properties3.prf @${ECHO_CMD} 'GNL_XPlaneDir=${X11BASE}/lib/x-plane' >> ${WRKSRC}/Properties3.prf @icoconvert ${WRKSRC}/ICON1.ICO @${MKDIR} ${WRKSRC}/.icons |