diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/tuneradio | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Notes
Notes:
svn path=/head/; revision=327706
Diffstat (limited to 'audio/tuneradio')
-rw-r--r-- | audio/tuneradio/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile index 3b4996323cd8..16102f312b9f 100644 --- a/audio/tuneradio/Makefile +++ b/audio/tuneradio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuneradio -# Date created: 5 Febuary 2004 -# Whom: pozar -# +# Created by: pozar # $FreeBSD$ -# PORTNAME= tuneradio PORTVERSION= 1.3 @@ -15,6 +11,7 @@ MAINTAINER= pozar@lns.com COMMENT= A 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 |