From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 12 18:30:21 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 4282916A4CF for ; Fri, 12 Dec 2003 18:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D06943D1D for ; Fri, 12 Dec 2003 18:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBD2UKFR050763 for ; Fri, 12 Dec 2003 18:30:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBD2UK00050762; Fri, 12 Dec 2003 18:30:20 -0800 (PST) (envelope-from gnats) Date: Fri, 12 Dec 2003 18:30:20 -0800 (PST) Message-Id: <200312130230.hBD2UK00050762@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:30:21 -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 Cc: Subject: Re: ports/60200: [maintainer update] games/traindirector upgrade to 1.18l Date: Sat, 13 Dec 2003 03:25:56 +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