Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 08:32:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342958 - head/audio/tuneradio
Message-ID:  <201402060832.s168WnNZ019785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402060832.s168WnNZ019785>