Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Oct 2009 17:47:40 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/139458: [PATCH] audio/toolame: Changed for how install DOCS. Take maintainership.
Message-ID:  <20091009204740.10E31244C65@fbsd9i386.scjamorim.org>
Resent-Message-ID: <200910092050.n99Ko72P084393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091009204740.10E31244C65>