svn commit: r342958 - head/audio/tuneradio

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 6 08:32:49 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list