From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 12 18:20:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B658616A4CE for ; Fri, 12 Dec 2003 18:20:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F7843D35 for ; Fri, 12 Dec 2003 18:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBD2KNFR050595 for ; Fri, 12 Dec 2003 18:20:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBD2KNwA050594; Fri, 12 Dec 2003 18:20:23 -0800 (PST) (envelope-from gnats) Date: Fri, 12 Dec 2003 18:20:23 -0800 (PST) Message-Id: <200312130220.hBD2KNwA050594@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Guido Falsi Subject: Re: ports/60200: [maintainer update] games traindirector upgrade to 1.18l X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 02:20:24 -0000 The following reply was made to PR ports/60200; it has been noted by GNATS. From: Guido Falsi To: freebsd-gnats-submit@FreeBSD.org, mad@madpilot.net Cc: Subject: Re: ports/60200: [maintainer update] games traindirector upgrade to 1.18l Date: Sat, 13 Dec 2003 03:10:44 +0100 noticed that the port-configure is not needed anymore in the Makefile. diff -ruN from previous diff follows: --- Makefile.orig Sat Dec 13 03:06:58 2003 +++ Makefile Sat Dec 13 03:05:49 2003 @@ -30,8 +30,4 @@ post-patch: ${REINPLACE_CMD} -e 's#PREFIX#${PREFIX}#' ${WRKSRC}/setup_trdir.sh -post-configure: - ${REINPLACE_CMD} -e 's,\#include \,/* include malloc.h */,' \ - ${WRKSRC}/gdialog.c - .include -- Guido Falsi