aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-06 16:32:49 +0800
committerbapt <bapt@FreeBSD.org>2014-02-06 16:32:49 +0800
commit424f940deb69242910593b4640d7123bdd0a7b3b (patch)
treeee9dfbf7150d1f33b2611daa12bcd6abfc1a331b /audio
parent20c81e14a99795e50116830639a36d7bd1cd181a (diff)
downloadfreebsd-ports-graphics-424f940deb69242910593b4640d7123bdd0a7b3b.tar.gz
freebsd-ports-graphics-424f940deb69242910593b4640d7123bdd0a7b3b.tar.zst
freebsd-ports-graphics-424f940deb69242910593b4640d7123bdd0a7b3b.zip
Support stage
Diffstat (limited to 'audio')
-rw-r--r--audio/tuneradio/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
index 16102f312b9..b5f473ce7c9 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 <bsd.port.mk>