ports/139458: [PATCH] audio/toolame: Changed for how install DOCS. Take maintainership.
Sylvio Cesar
scjamorim at bsd.com.br
Fri Oct 9 20:50:08 UTC 2009
>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 at FreeBSD.org
+MAINTAINER= scjamorim at 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:
More information about the freebsd-ports-bugs
mailing list