Date: Sun, 6 Sep 2009 22:18:27 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138604: [PATCH] audio/maplay: It was changed the form how installs the DOCS. Take maintainership. Message-ID: <20090907011827.5A29B229B9D@fbsd72.scjamorim.org> Resent-Message-ID: <200909070120.n871K1v4076655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138604 >Category: ports >Synopsis: [PATCH] audio/maplay: It was changed the form how installs the 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: Mon Sep 07 01:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Added "for" to install the docs. - Take maintainership. You can see the log in mine tinderbox: http://www.scjamorim.org/Home/maplay-1.2.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- maplay-1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/maplay/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 8 Jun 2008 08:11:19 -0000 1.21 +++ Makefile 7 Sep 2009 01:15:35 -0000 @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams NO_WRKSUBDIR= yes @@ -28,7 +28,9 @@ ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> --- maplay-1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090907011827.5A29B229B9D>