Date: Sat, 17 Oct 2009 21:57:17 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139714: [PATCH] audio/HVSC-Update: Added pkg-plist to Makefile. Message-ID: <20091018005717.8FD963F5FBB@fbsd.scjamorim.org> Resent-Message-ID: <200910180100.n9I10CFx026058@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139714 >Category: ports >Synopsis: [PATCH] audio/HVSC-Update: Added pkg-plist to Makefile. >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 Oct 18 01:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Added pkg-plist to Makefile - Added PORTDOCS to Makefile Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- HVSC-Update-2.8.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/HVSC-Update/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 4 Aug 2009 23:20:56 -0000 1.13 +++ Makefile 18 Oct 2009 00:56:04 -0000 @@ -20,6 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} +PLIST_FILES= bin/HVSC-Update + +PORTDOCS= HVSC_Update.txt SID_file_format.txt + USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,8 +35,8 @@ ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/HVSC-Update .if !defined(NOPORTDOCS) @${INSTALL} -d -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}/ .endfor .endif Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 21 Oct 2003 11:23:55 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -bin/HVSC-Update -%%PORTDOCS%%%%DOCSDIR%%/HVSC_Update.txt -%%PORTDOCS%%%%DOCSDIR%%/SID_file_format.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- HVSC-Update-2.8.4.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?20091018005717.8FD963F5FBB>