From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 18 01:00:14 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57D7E106566C for ; Sun, 18 Oct 2009 01:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 304928FC0C for ; Sun, 18 Oct 2009 01:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9I10Cnb026059 for ; Sun, 18 Oct 2009 01:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9I10CFx026058; Sun, 18 Oct 2009 01:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 18 Oct 2009 01:00:12 GMT Resent-Message-Id: <200910180100.n9I10CFx026058@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EEA3106566C for ; Sun, 18 Oct 2009 00:57:23 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 610478FC18 for ; Sun, 18 Oct 2009 00:57:23 +0000 (UTC) Received: by gxk10 with SMTP id 10so2945644gxk.3 for ; Sat, 17 Oct 2009 17:57:22 -0700 (PDT) Received: by 10.150.117.34 with SMTP id p34mr5377262ybc.209.1255827442696; Sat, 17 Oct 2009 17:57:22 -0700 (PDT) Received: from fbsd.scjamorim.org (200-140-166-177.bsace705.dsl.brasiltelecom.net.br [200.140.166.177]) by mx.google.com with ESMTPS id 20sm1745386ywh.6.2009.10.17.17.57.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Oct 2009 17:57:22 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 8FD963F5FBB; Sat, 17 Oct 2009 21:57:17 -0300 (BRT) Message-Id: <20091018005717.8FD963F5FBB@fbsd.scjamorim.org> Date: Sat, 17 Oct 2009 21:57:17 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139714: [PATCH] audio/HVSC-Update: Added pkg-plist to Makefile. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 01:00:14 -0000 >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: