Date: Mon, 8 Sep 2008 21:10:03 GMT From: Guido Falsi <mad@madpilot.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/127178: [patch] games/traindirector: update to 3.5 Message-ID: <200809082110.m88LA3Sp045765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/127178; it has been noted by GNATS. From: Guido Falsi <mad@madpilot.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/127178: [patch] games/traindirector: update to 3.5 Date: Mon, 08 Sep 2008 22:48:41 +0200 This is a multi-part message in MIME format. --------------060906040700010809090109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have checked and tried it and noticed that the executable name gets installed as traindir3. This further(trivial) patch is needed. Thank you a lot for helping with this port! -- Guido Falsi <mad@madpilot.net> --------------060906040700010809090109 Content-Type: text/plain; name="makefile-patch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="makefile-patch.diff" --- Makefile.orig 2008-09-08 22:42:22.000000000 +0200 +++ Makefile 2008-09-08 22:43:10.000000000 +0200 @@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \ "Game;Simulation;StrategyGame;" false -PLIST_FILES= bin/traindir +PLIST_FILES= bin/traindir3 MAKEFILE= Makefile.fc9 --------------060906040700010809090109--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809082110.m88LA3Sp045765>