Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Sep 2009 17:06:54 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org, araujo@FreeBSD.org
Subject:   ports/138588: [PATCH] archivers/mtf: It was changed form how installs the DOCS. Take maintainership.
Message-ID:  <20090906200654.BDA98229B9B@fbsd72.scjamorim.org>
Resent-Message-ID: <200909062010.n86KA1sN062009@freefall.freebsd.org>

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

>Number:         138588
>Category:       ports
>Synopsis:       [PATCH] archivers/mtf: It was changed 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 20:10: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 the DOCS
- Take maintainership.

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/mtf-0.2.1_1.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mtf-0.2.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/mtf/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	4 Aug 2007 11:40:37 -0000	1.5
+++ Makefile	6 Sep 2009 20:04:26 -0000
@@ -13,7 +13,7 @@
 MASTER_SITE_SUBDIR=	system/backup
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	A Unix reader for the Microsoft Tape Format used by NT Backup
 
 ALL_TARGET=	# empty
@@ -29,7 +29,9 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
--- mtf-0.2.1_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?20090906200654.BDA98229B9B>