From 0eec6544c4b6d5db43dc39cd33d05d4fcfe70536 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 6 Feb 2014 08:32:49 +0000 Subject: [PATCH] Support stage --- audio/tuneradio/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile index 16102f312b9f..b5f473ce7c9d 100644 --- a/audio/tuneradio/Makefile +++ b/audio/tuneradio/Makefile @@ -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