ports/138594: [PATCH] audio/fcplay: It was changed the form how installs the DOCS. Take maintainership.
Sylvio Cesar
scjamorim at bsd.com.br
Sun Sep 6 21:50:02 UTC 2009
>Number: 138594
>Category: ports
>Synopsis: [PATCH] audio/fcplay: 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: Sun Sep 06 21:50:01 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 DOCS with variable "PORTDOCS"
- Take maintainership.
You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/fcplay-0.0.1_2.log
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- fcplay-0.0.1_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/fcplay/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile 25 Jul 2008 14:34:10 -0000 1.18
+++ Makefile 6 Sep 2009 21:37:54 -0000
@@ -13,7 +13,7 @@
http://atreides.freenix.no/~anders/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= scjamorim at bsd.com.br
COMMENT= Future Composer Reference Player
BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
@@ -35,7 +35,9 @@
${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.for docs in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
.endif
.include <bsd.port.mk>
--- fcplay-0.0.1_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list