From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 9 20:50:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30B981065676 for ; Fri, 9 Oct 2009 20:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFF398FC18 for ; Fri, 9 Oct 2009 20:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n99Ko7Um084405 for ; Fri, 9 Oct 2009 20:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n99Ko72P084393; Fri, 9 Oct 2009 20:50:07 GMT (envelope-from gnats) Resent-Date: Fri, 9 Oct 2009 20:50:07 GMT Resent-Message-Id: <200910092050.n99Ko72P084393@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 338D6106566B; Fri, 9 Oct 2009 20:47:53 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 98F618FC18; Fri, 9 Oct 2009 20:47:52 +0000 (UTC) Received: by fxm22 with SMTP id 22so6870547fxm.36 for ; Fri, 09 Oct 2009 13:47:51 -0700 (PDT) Received: by 10.86.234.9 with SMTP id g9mr2855665fgh.39.1255121271423; Fri, 09 Oct 2009 13:47:51 -0700 (PDT) Received: from fbsd9i386.scjamorim.org (187-24-134-177.3g.claro.net.br [187.24.134.177]) by mx.google.com with ESMTPS id d6sm640550fga.0.2009.10.09.13.47.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Oct 2009 13:47:50 -0700 (PDT) Received: by fbsd9i386.scjamorim.org (Postfix, from userid 0) id 10E31244C65; Fri, 9 Oct 2009 17:47:40 -0300 (BRT) Message-Id: <20091009204740.10E31244C65@fbsd9i386.scjamorim.org> Date: Fri, 9 Oct 2009 17:47:40 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139458: [PATCH] audio/toolame: Changed for how install DOCS. Take maintainership. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 20:50:08 -0000 >Number: 139458 >Category: ports >Synopsis: [PATCH] audio/toolame: Changed for how install DOCS. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 09 20:50:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct 2 01:38:34 BRT >Description: - Changed the form how install the DOCS - Take maintainership. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- toolame-0.2l_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/toolame/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 22 Aug 2009 00:13:22 -0000 1.13 +++ Makefile 9 Oct 2009 20:46:16 -0000 @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Optimized mpeg 1/2 layer 2 audio encoder USE_GMAKE= yes @@ -26,9 +26,11 @@ .include do-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif @${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin --- toolame-0.2l_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: