diff options
Diffstat (limited to 'audio/tuneradio/Makefile')
-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 |