diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2009-07-04 04:46:15 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2009-07-04 04:46:15 +0800 |
commit | 5b5a06b19cd06f17ec8e33d9c3beee6fe6c32daf (patch) | |
tree | 55c30d3a9ff003b28f0b7d5d3fe419cf623c2eed /audio | |
parent | 4c032326849e282a35a30b3adcb67953568568d6 (diff) | |
download | freebsd-ports-gnome-5b5a06b19cd06f17ec8e33d9c3beee6fe6c32daf.tar.gz freebsd-ports-gnome-5b5a06b19cd06f17ec8e33d9c3beee6fe6c32daf.tar.zst freebsd-ports-gnome-5b5a06b19cd06f17ec8e33d9c3beee6fe6c32daf.zip |
Fix build with custom PREFIX/LOCALBASE
PR: ports/135369
Reported by: QAT
Approved by: maintainer timeout (28 days); wxs (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tuneradio/Makefile | 8 | ||||
-rw-r--r-- | audio/tuneradio/pkg-plist | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile index 16d0d0a68439..3b4996323cd8 100644 --- a/audio/tuneradio/Makefile +++ b/audio/tuneradio/Makefile @@ -8,9 +8,15 @@ PORTNAME= tuneradio PORTVERSION= 1.3 CATEGORIES= audio -MASTER_SITES= http://www.lns.com/papers/tuneradio/ +MASTER_SITES= http://www.lns.com/papers/tuneradio/ \ + http://cvsup1.theplanet.com/distfiles/ MAINTAINER= pozar@lns.com COMMENT= A command line method of tuning a Brooktree FM tuner card +PLIST_FILES= bin/tuneradio + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/audio/tuneradio/pkg-plist b/audio/tuneradio/pkg-plist deleted file mode 100644 index c09e47f338a5..000000000000 --- a/audio/tuneradio/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tuneradio |