ports/138584: [PATCH] archivers/lbrate: It was changed how installs the DOCS. Take maintainership.

Sylvio Cesar scjamorim at bsd.com.br
Sun Sep 6 19:50:03 UTC 2009


>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 at FreeBSD.org
+MAINTAINER=	scjamorim at 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:



More information about the freebsd-ports-bugs mailing list