Date: Sun, 6 Sep 2009 18:43:25 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138595: [PATCH] audio/enscribe: Added "for" to install DOCS in Makefile. Take maintainership. Message-ID: <20090906214325.1816E229B9D@fbsd72.scjamorim.org> Resent-Message-ID: <200909062150.n86Lo11H068099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138595 >Category: ports >Synopsis: [PATCH] audio/enscribe: Added "for" to install DOCS in Makefile. 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 related in PORTDOCS - Take maintainership. You can see the log in mine tinderbox: http://www.scjamorim.org/Home/enscribe-0.1.0_1.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- enscribe-0.1.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/enscribe/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 18 Jul 2009 11:10:12 -0000 1.7 +++ Makefile 6 Sep 2009 21:40:48 -0000 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.coppercloudmusic.com/enscribe/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Create digital audio watermark images from photographic images LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ @@ -35,7 +35,9 @@ ${INSTALL_PROGRAM} ${WRKSRC}/enscribe ${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> --- enscribe-0.1.0_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?20090906214325.1816E229B9D>