From owner-svn-ports-all@FreeBSD.ORG Thu Feb 6 08:32:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFF4066C; Thu, 6 Feb 2014 08:32:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7C651504; Thu, 6 Feb 2014 08:32:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s168WnV8019786; Thu, 6 Feb 2014 08:32:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s168WnNZ019785; Thu, 6 Feb 2014 08:32:49 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402060832.s168WnNZ019785@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 6 Feb 2014 08:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342958 - head/audio/tuneradio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 08:32:49 -0000 Author: bapt Date: Thu Feb 6 08:32:49 2014 New Revision: 342958 URL: http://svnweb.freebsd.org/changeset/ports/342958 QAT: https://qat.redports.org/buildarchive/r342958/ Log: Support stage Modified: head/audio/tuneradio/Makefile Modified: head/audio/tuneradio/Makefile ============================================================================== --- head/audio/tuneradio/Makefile Thu Feb 6 08:31:21 2014 (r342957) +++ head/audio/tuneradio/Makefile Thu Feb 6 08:32:49 2014 (r342958) @@ -5,15 +5,14 @@ PORTNAME= tuneradio PORTVERSION= 1.3 CATEGORIES= audio MASTER_SITES= http://www.lns.com/papers/tuneradio/ \ - http://cvsup1.theplanet.com/distfiles/ + http://cvsup1.theplanet.com/distfiles/ MAINTAINER= pozar@lns.com -COMMENT= A command line method of tuning a Brooktree FM tuner card +COMMENT= Command line method of tuning a Brooktree FM tuner card PLIST_FILES= bin/tuneradio -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin .include