From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 26 17:40:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 574C516A4DF for ; Wed, 26 Jul 2006 17:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B95B43D70 for ; Wed, 26 Jul 2006 17:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6QHeGsY025570 for ; Wed, 26 Jul 2006 17:40:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6QHeG3p025567; Wed, 26 Jul 2006 17:40:16 GMT (envelope-from gnats) Resent-Date: Wed, 26 Jul 2006 17:40:16 GMT Resent-Message-Id: <200607261740.k6QHeG3p025567@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6947016A4DA for ; Wed, 26 Jul 2006 17:31:28 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD26843D60 for ; Wed, 26 Jul 2006 17:31:26 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=53391 helo=nexii.panopticon) by mx6.mail.ru with esmtp id 1G5nED-0006UT-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Jul 2006 21:31:25 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 1B8CB11413 for ; Wed, 26 Jul 2006 21:37:11 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 592421E8; Wed, 26 Jul 2006 21:33:03 +0400 (MSD) Message-Id: <20060726173303.592421E8@hades.panopticon> Date: Wed, 26 Jul 2006 21:33:03 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100887: [MAINTAINER] games/toycars: do install README X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 17:40:19 -0000 >Number: 100887 >Category: ports >Synopsis: [MAINTAINER] games/toycars: do install README >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: Wed Jul 26 17:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: I've got a mail from someone who couldn't figure out game controls, so make port install README for convenience. >How-To-Repeat: >Fix: --- toycars.patch begins here --- diff -ruN toycars.orig/Makefile toycars/Makefile --- toycars.orig/Makefile Wed Jul 26 21:25:13 2006 +++ toycars/Makefile Wed Jul 26 21:26:28 2006 @@ -7,6 +7,7 @@ PORTNAME= toycars PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= toycars @@ -19,5 +20,15 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" + +PORTDOCS= README + +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include --- toycars.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: