Date: Sun, 30 Apr 2006 12:09:24 -0700 (PDT) From: Andrew Pantyukhin <infofarmer@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96562: fix games/freeciv Message-ID: <44550b64.2b5a5937.3041.ffffae4d@mx.gmail.com> Resent-Message-ID: <200604301910.k3UJADqV047087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96562 >Category: ports >Synopsis: fix games/freeciv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 30 19:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: System: FreeBSD sat64.net17 6.1-RC FreeBSD 6.1-RC #15: Tue Apr 18 00:29:23 MSD 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386 >Description: o Add back post-patch (from so-that's-what-it-was-for department) >How-To-Repeat: >Fix: --- freeciv.diff begins here --- diff -urN /usr/ports/games/freeciv/Makefile freeciv/Makefile --- /usr/ports/games/freeciv/Makefile Sun Apr 30 01:40:45 2006 +++ freeciv/Makefile Sun Apr 30 22:59:43 2006 @@ -72,4 +72,8 @@ .endif .endif +post-patch: + cd ${WRKSRC}; ${FIND} . -name Makefile.in | \ + ${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//' + .include <bsd.port.post.mk> --- freeciv.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44550b64.2b5a5937.3041.ffffae4d>