Date: Sun, 6 Sep 2009 16:46:26 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138584: [PATCH] archivers/lbrate: It was changed how installs the DOCS. Take maintainership. Message-ID: <20090906194626.DAEBC229B9B@fbsd72.scjamorim.org> Resent-Message-ID: <200909061950.n86Jo2lj043068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138584 >Category: ports >Synopsis: [PATCH] archivers/lbrate: It was changed 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 19:50:02 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 PORTDOCS. - Take maintainership. You can see the log in mine tinderbox: 7-stable - amd64 http://www.scjamorim.org/Home/lbrate-1.1_2_amd64.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lbrate-1.1_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lbrate/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 20 Mar 2008 09:19:32 -0000 1.11 +++ Makefile 6 Sep 2009 19:42:35 -0000 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Extract/decompress CP/M LBR archives MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" @@ -26,7 +26,9 @@ ${INSTALL_MAN} ${WRKSRC}/lbrate.1 ${MANPREFIX}/man/man1 .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> --- lbrate-1.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?20090906194626.DAEBC229B9B>